Ticket #15264: Portfile.diff
File Portfile.diff, 1.2 KB (added by aschenke@…, 17 years ago) |
---|
-
Portfile
old new 1 # $Id: Portfile 30573 2007-10-31 10:43:39Z ryandesign@macports.org$1 # $Id: $ 2 2 3 3 PortSystem 1.0 4 4 name larn 5 version 4.6.26 revision 45 version 12 6 revision 0 7 7 categories games 8 8 maintainers aschenke@tampabay.rr.com 9 9 description Text-based cavern exploring game … … 12 12 platforms darwin 13 13 use_bzip2 yes 14 14 master_sites http://www.mirrorservice.org/sites/master.us.finkmirrors.net/distfiles/ 15 distname ${name}- ${version}-RELEASE15 distname ${name}-4.6.2-RELEASE 16 16 checksums md5 cea96f48caa057793f6bcaf3394ca388 17 17 build.type bsd 18 18 build.args LDADD+=-L${prefix}/lib\\ -lcompat\\ -lcurses … … 32 32 33 33 depends_lib port:libcompat 34 34 35 platform darwin 9 { 36 build.args LDADD+=-L${prefix}/lib\\ -lcurses 37 depends_lib-delete port:libcompat 38 } 39 35 40 configure { 36 41 reinplace "s|MAN|MAN6|" ${worksrcpath}/Makefile 37 42 reinplace "s|/usr/share/games|${prefix}/share|g" ${worksrcpath}/pathnames.h