# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 PortGroup xcode 1.0 name cfxr version 0.1.5 platforms darwin categories audio aqua maintainers orthogonalspace.ca:reid description A generator for simple sound effects. long_description A port of DrPetter's sfxr with a native Mac UI. \ In DrPetter's words: Its original purpose was to provide a \ simple means of getting basic sound effects into a game for \ those people who were working hard to get their entries \ done within the 48 hours and didn't have time to spend \ looking for suitable ways of doing this. homepage http://thirdcog.eu/apps/cfxr # version 0.1.5 plus some inconsequential changes fetch.type svn svn.url svn://nevyn.nu/ncoder/cfxr/trunk/ svn.revision 501 worksrcdir trunk post-patch { reinplace "s|/Library/Frameworks/SDL.framework|${frameworks_dir}/SDL.framework|g" \ ${worksrcpath}/${name}.xcodeproj/project.pbxproj } xcode.configuration Release xcode.build.settings FRAMEWORK_SEARCH_PATHS=${prefix}/Library/Frameworks xcode.destroot.settings FRAMEWORK_SEARCH_PATHS=${prefix}/Library/Frameworks depends_lib port:libsdl-framework livecheck.type regex livecheck.url ${homepage} livecheck.regex ${name} (\\d.\\d.\\d)