Portfile for Alpine
Ryan Schmidt
ryandesign at macports.org
Sat Dec 22 17:29:46 PST 2007
On Dec 22, 2007, at 16:15, Tod Morrison wrote:
> With the official release of version 1.00 I've created a Portfile
> for Alpine.
Thanks! I filed a ticket for it, and I'll see if I can commit it for
you.
http://trac.macosforge.org/projects/macports/ticket/13689
In the future, it's easier if you submit a ticket yourself and attach
the new portfile there.
> --- 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