Added: trunk/dports/mail/alpine/Portfile (0 => 32252)
--- trunk/dports/mail/alpine/Portfile (rev 0)
+++ trunk/dports/mail/alpine/Portfile 2007-12-23 01:59:21 UTC (rev 32252)
@@ -0,0 +1,36 @@
+# $Id$
+
+PortSystem 1.0
+
+name alpine
+version 1.00
+categories mail
+maintainers todmorrison@gmail.com
+description alpine - a Program for Internet News and Email
+homepage http://www.washington.edu/alpine/
+platforms darwin
+
+long_description Alpine is a tool for reading, sending, and managing \
+ electronic messages that was designed with novice users in mind.
+
+master_sites ftp://ftp.cac.washington.edu/alpine/ \
+ ftp://ftp.cac.washington.edu/alpine/old/
+checksums md5 c5dad25d8f848cad0e3077edd3038c43
+use_bzip2 yes
+
+depends_lib \
+ port:openssl \
+ port:libiconv \
+ port:gettext \
+ port:openldap \
+ port:ncurses \
+ port:cyrus-sasl2
+
+configure.args \
+ --without-tcl \
+ --with-local-password-cache-method
+
+variant passfile {
+ configure.args-delete --with-local-password-cache-method
+ configure.args-append --with-passfile=".pine.pwd"
+}
Property changes on: trunk/dports/mail/alpine/Portfile
___________________________________________________________________
Name: svn:keywords
+ Id
Name: svn:eol-style
+ native