Portfile for Alpine
Tod Morrison
todmorrison at gmail.com
Sat Dec 22 14:15:38 PST 2007
With the official release of version 1.00 I've created a Portfile for Alpine.
--- Begin Portfile ---
# $Id$
PortSystem 1.0
name alpine
version 1.00
categories mail
maintainers todmorrison at 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 214e02f93fad5ce79d8e3b37d74387a1
distname ${name}-${version}
extract.suffix .tar.gz
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"
}
--- End Portfile ---
More information about the macports-dev
mailing list