opt/procmail/Pkgfile

16 lines
397 B
Plaintext

# Description: Versatile e-mail processor
# URL: http://www.procmail.org/
# Maintainer: Per Lidén, core-ports at crux dot nu
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
}