Ticket #46260: Portfile.diff
File Portfile.diff, 1.2 KB (added by jmroot (Joshua Root), 10 years ago) |
---|
-
Portfile
1 1 # $Id$ 2 2 3 3 PortSystem 1.0 4 4 5 name nwntools 5 6 version 2.3.2 7 revision 1 6 8 categories games 7 9 platforms darwin 8 10 maintainers users.sf.net:sumpfork … … 14 16 master_sites sourceforge 15 17 master_sites.mirror_subdir openknights 16 18 depends_build port:bison 17 depends_lib port:python24 19 depends_lib port:python27 20 configure.python ${prefix}/bin/python2.7 18 21 checksums sha1 cab2c8af5b0b2834444a018d87663614f8c057cf 19 22 use_parallel_build no 23 24 patchfiles fno-default-inline.patch \ 25 _NscLib__NscCompiler.cpp.patch \ 26 _NscLib__NscContext.cpp.patch \ 27 _NscLib__NscParserRoutines.cpp.patch \ 28 _NscLib__NscParser.ypp.patch \ 29 configure.patch \ 30 nwnnsscomp__python__Makefile.in.patch