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

18 lines
399 B
Plaintext

# Maintainer: Per Lidén <per@fukt.bth.se>
name=pine
version=4.64
release=1
source=(ftp://ftp.cac.washington.edu/pine/$name$version.tar.bz2)
build() {
cd $name$version
./build EXTRACFLAGS="$CFLAGS" \
SSLDIR=/usr \
SSLCERTS=/etc/ssl/certs \
slx
mkdir -p $PKG/usr/bin $PKG/usr/man/man1
cp bin/pine bin/pico $PKG/usr/bin
cp doc/pine.1 doc/pico.1 $PKG/usr/man/man1
}