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

14 lines
305 B
Plaintext

# Maintainer: Per Lidén <per@fukt.bth.se>
name=procmail
version=3.22
release=2
source=(ftp://ftp.procmail.net/pub/procmail/$name-$version.tar.gz)
build() {
cd $name-$version
make CFLAGS0="$CFLAGS" LOCKINGTEST=/tmp all
make BASENAME=$PKG/usr install
make BASENAME=$PKG/usr install-suid
}