1
0
forked from ports/opt
opt/fetchmail/Pkgfile
2005-11-10 00:36:58 +00:00

15 lines
346 B
Plaintext

# Maintainer: Per Lidén <per@fukt.bth.se>
name=fetchmail
version=6.2.5
release=1
source=(http://catb.org/~esr/fetchmail/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr --with-ssl=/usr --disable-nls
make
make DESTDIR=$PKG install
rm $PKG/usr/bin/fetchmailconf $PKG/usr/man/man?/fetchmailconf.?
}