Ticket #10671: Portfile.diff
File Portfile.diff, 953 bytes (added by aschenke@…, 18 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 name larn 5 5 version 4.6.2-RELEASE 6 revision 26 revision 3 7 7 categories games 8 8 maintainers eric@opendarwin.org 9 9 description Text-based cavern exploring game … … 14 14 master_sites opendarwin 15 15 checksums md5 cea96f48caa057793f6bcaf3394ca388 16 16 build.type bsd 17 build.args LDADD+=-L${prefix}/lib\\ -lcompat\\ -l ncurses17 build.args LDADD+=-L${prefix}/lib\\ -lcompat\\ -lcurses 18 18 worksrcdir ${portname} 19 19 patchfiles patch-diag.c \ 20 20 patch-display.c \ … … 29 29 patch-scores.c \ 30 30 patch-store.c 31 31 32 depends_lib port:libcompat \ 33 port:ncurses 32 depends_lib port:libcompat 34 33 35 34 configure { reinplace "s|MAN|MAN6|" ${worksrcpath}/Makefile 36 35 reinplace "s|/usr/share|${prefix}/share|g" \