Ticket #24954: alpine-Portfile.diff
File alpine-Portfile.diff, 1.3 KB (added by todmorrison (Tod Morrison), 14 years ago) |
---|
-
alpine/Portfile
old new 4 4 5 5 name alpine 6 6 version 2.00 7 revision 47 revision 3 8 8 categories mail 9 maintainers nomaintainer@macports.org9 maintainers gmail.com:todmorrison 10 10 description alpine - a Program for Internet News and Email 11 11 homepage http://www.washington.edu/alpine/ 12 12 platforms darwin … … 15 15 long_description Alpine is a tool for reading, sending, and managing \ 16 16 electronic messages that was designed with novice users in mind. 17 17 18 distname ${name} 18 19 master_sites ftp://ftp.cac.washington.edu/alpine/ \ 19 20 ftp://ftp.cac.washington.edu/alpine/old/ 20 21 checksums md5 84e44cbf71ed674800a5d57eed9c1c52 21 22 use_bzip2 yes 22 23 23 patchfiles patch-alpine-Makefile.in.diff 24 patch.pre_args -p1 24 worksrcdir ${distname}-${version} 25 25 26 26 platform darwin 10 { 27 patchfiles-append alpine-osx-10.6.patch 27 patchfiles alpine-osx-10.6.patch 28 patch.pre_args -p1 28 29 } 29 30 30 31 default_variants +without_tcl … … 53 54 --with-debug-level=0 54 55 55 56 build.args \ 56 SPECIALS="GSSLIB=/${prefix}/lib SSLDIR=${prefix}"57 C_CLIENT_SPECIALS="GSSLIB=/${prefix}/lib SSLDIR=${prefix}" 57 58 58 59 variant without_krb5 description {Disable Kerberos5 support} { 59 60 depends_lib-delete port:cyrus-sasl2