summaryrefslogtreecommitdiff
path: root/mail/heirloom-mailx/Makefile
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-07-03 15:41:16 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-07-03 15:41:16 +0000
commit0ddedef4b5e482b6a01ad25b7e348051e45c26df (patch)
tree93e4c4f545ee307610740bbd978c863663ff190b /mail/heirloom-mailx/Makefile
parentUpdate to version 0.1.12 (diff)
Update to version 10.8
PR: ports/68632 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=112863
Diffstat (limited to 'mail/heirloom-mailx/Makefile')
-rw-r--r--mail/heirloom-mailx/Makefile16
1 files changed, 11 insertions, 5 deletions
diff --git a/mail/heirloom-mailx/Makefile b/mail/heirloom-mailx/Makefile
index 073fa036f5bd..e59db811fcfe 100644
--- a/mail/heirloom-mailx/Makefile
+++ b/mail/heirloom-mailx/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= nail
-PORTVERSION= 10.7
+PORTVERSION= 10.8
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -17,13 +17,19 @@ COMMENT= BSD mail utility with MIME extensions
USE_BZIP2= yes
USE_ICONV= yes
USE_OPENSSL= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-openssl --with-rcfile="${PREFIX}/etc/nail.rc"
-CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
+MAKE_ARGS= PREFIX="${PREFIX}" \
+ SYSCONFDIR="${PREFIX}/etc" \
+ SENDMAIL="/usr/sbin/sendmail"
MAN1= nail.1
+PLIST_FILES= bin/nail etc/nail.rc
-CPPFLAGS= -I${LOCALBASE}/include
+CPPFLAGS= -I${LOCALBASE}/include -DHAVE_ICONV -DHAVE_IPv6_FUNCS
LDFLAGS= -L${LOCALBASE}/lib -liconv
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/nail ${PREFIX}/bin
+ ${INSTALL_DATA} ${WRKSRC}/nail.rc ${PREFIX}/etc
+ ${INSTALL_MAN} ${WRKSRC}/nail.1 ${MANPREFIX}/man/man1
+
.include <bsd.port.mk>