Ticket #998: portfile.diff
File portfile.diff, 1014 bytes (added by blb@…, 21 years ago) |
---|
-
Portfile
old new 2 2 3 3 PortSystem 1.0 4 4 name python23 5 version 2.3. 15 version 2.3.2 6 6 categories lang 7 7 maintainers blb@pobox.com 8 8 description An interpreted, object-oriented programming language … … 10 10 master_sites ftp://ftp.python.org/pub/python/${version}/ \ 11 11 http://www.python.org/ftp/python/${version}/ 12 12 distname Python-${version} 13 extract.sufx .tgz 14 checksums md5 a3dcbe1c7f173c8e3c7cce28495016ae13 use_bzip2 yes 14 checksums md5 9271171d55690e5cacd692e563924305 15 15 patchfiles patch-Makefile.pre.in 16 16 extract.post_args | gnutar -xf - 17 17 configure.env CPPFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib" … … 23 23 variant puredarwin { 24 24 configure.args-append --disable-toolbox-glue 25 25 } 26 27 variant pydebug { 28 configure.args-append --with-pydebug 29 } 30