Changeset 7648 for trunk/dports/games
- Timestamp:
- Jul 4, 2004, 11:58:33 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/games/lmarbles/Portfile
r5044 r7648 1 # $Id: Portfile,v 1. 2 2004/01/26 22:04:03 mww Exp $1 # $Id: Portfile,v 1.3 2004/07/04 11:58:33 mww Exp $ 2 2 3 3 PortSystem 1.0 4 4 5 5 name lmarbles 6 version 1.0. 66 version 1.0.7 7 7 categories games 8 8 platforms darwin … … 22 22 homepage http://lgames.sourceforge.net/index.php?project=LMarbles 23 23 master_sites sourceforge:lgames 24 checksums md5 ad162da8fa298cac680e13c02fea258c24 checksums md5 b29156bc5021877d080e5e268012f4ec 25 25 26 26 depends_lib lib:libsdl:libsdl \ … … 32 32 --with-profile-path=${prefix}/var/lib/games/ \ 33 33 --disable-sdltest 34 35 variant darwin { 36 pre-destroot { 37 xinstall -d -m 755 ${destroot}/Applications/DarwinPorts/LMarbles.app/Contents/MacOS 38 system "ln -s ${prefix}/bin/lmarbles \ 39 ${destroot}/Applications/DarwinPorts/LMarbles.app/Contents/MacOS/LMarbles" 40 } 41 }
Note: See TracChangeset
for help on using the changeset viewer.