diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2004-03-20 02:01:39 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2004-03-20 02:01:39 +0000 |
commit | d686d285182ce1fc5626d982c41f8a0b1c99706a (patch) | |
tree | e4cece583360a0f464ddd60d104394323557244b /mail/nail/Makefile | |
parent | 623e9cc559d2a755a932f71b41cb2aad3ebbf330 (diff) | |
download | ports-d686d285182ce1fc5626d982c41f8a0b1c99706a.tar.gz ports-d686d285182ce1fc5626d982c41f8a0b1c99706a.zip |
Notes
Diffstat (limited to 'mail/nail/Makefile')
-rw-r--r-- | mail/nail/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/mail/nail/Makefile b/mail/nail/Makefile index 7658ab80822e..0e59debdcafb 100644 --- a/mail/nail/Makefile +++ b/mail/nail/Makefile @@ -6,19 +6,21 @@ # PORTNAME= nail -PORTVERSION= 10.6 +PORTVERSION= 10.7 CATEGORIES= mail -MASTER_SITES= http://omnibus.ruf.uni-freiburg.de/~gritter/archive/nail/ +MASTER_SITES= http://nail.berlios.de/archive/ MAINTAINER= ports@FreeBSD.org COMMENT= BSD mail utility with MIME extensions LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv +USE_BZIP2= yes +USE_OPENSSL= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -liconv" -CONFIGURE_ARGS= --with-rcfile="${PREFIX}/etc/nail.rc" +CONFIGURE_ARGS= --with-openssl --with-rcfile="${PREFIX}/etc/nail.rc" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-liconv" +LDFLAGS= -L${LOCALBASE}/lib MAN1= nail.1 |