1
0
forked from ports/opt

fetchmail: updated to version 6.3.0

This commit is contained in:
Jukka Heino 2005-12-09 17:59:53 +00:00
parent 3690f430fd
commit 02ce9651a1
2 changed files with 6 additions and 4 deletions

@ -1 +1 @@
9956b30139edaa4f5f77c4d0dbd80225 fetchmail-6.2.5.tar.gz
b547b59f352af956911ce812773b3976 fetchmail-6.3.0.tar.bz2

@ -1,14 +1,16 @@
# Maintainer: Per Lidén <per@fukt.bth.se>
name=fetchmail
version=6.2.5
version=6.3.0
release=1
source=(http://catb.org/~esr/fetchmail/$name-$version.tar.gz)
source=(http://download.berlios.de/$name/$name-$version.tar.bz2)
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.?
rm -rf $PKG/usr/bin/fetchmailconf \
$PKG/usr/man/man?/fetchmailconf.? \
$PKG/usr/lib
}