aboutsummaryrefslogtreecommitdiff
path: root/mail/heirloom-mailx
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2008-08-15 00:27:48 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2008-08-15 00:27:48 +0000
commitd5d8070b22109aeb232c0f663379ccae9c7cea65 (patch)
treed43a095c189f9f92809de0fdd27a77e2d688db40 /mail/heirloom-mailx
parent5c657c793b75214c7fc807a2ccd5b6a96ec59b60 (diff)
downloadports-d5d8070b22109aeb232c0f663379ccae9c7cea65.tar.gz
ports-d5d8070b22109aeb232c0f663379ccae9c7cea65.zip
Notes
Diffstat (limited to 'mail/heirloom-mailx')
-rw-r--r--mail/heirloom-mailx/Makefile19
-rw-r--r--mail/heirloom-mailx/distinfo6
2 files changed, 16 insertions, 9 deletions
diff --git a/mail/heirloom-mailx/Makefile b/mail/heirloom-mailx/Makefile
index d62eda01f2f8..292f506ef942 100644
--- a/mail/heirloom-mailx/Makefile
+++ b/mail/heirloom-mailx/Makefile
@@ -6,14 +6,16 @@
#
PORTNAME= mailx
-PORTVERSION= 12.3
+PORTVERSION= 12.4
CATEGORIES= mail ipv6
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITES= SF
MASTER_SITE_SUBDIR= heirloom
PKGNAMEPREFIX= ${MASTER_SITE_SUBDIR}-
MAINTAINER= ports@logvinov.com
-COMMENT= BSD mail utility with MIME, IMAP, POP3, SMTP, and S/MIME extensions
+COMMENT= BSD mail utility with MIME, IMAP, POP3, SMTP and S/MIME extensions
+
+OPTIONS= IPV6 "Enable IPv6 Support" On
USE_BZIP2= yes
USE_ICONV= yes
@@ -22,8 +24,7 @@ MAKE_ARGS= PREFIX="${PREFIX}" \
SYSCONFDIR="${PREFIX}/etc" \
SENDMAIL="/usr/sbin/sendmail" \
CPPFLAGS="${CPPFLAGS}" \
- LDFLAGS="${LDFLAGS}" \
- IPv6="-DHAVE_IPv6_FUNCS"
+ LDFLAGS="${LDFLAGS}"
MAN1= ${PORTNAME}.1
PORTDOCS= AUTHORS COPYING ChangeLog README TODO
@@ -36,6 +37,12 @@ PLIST_FILES= bin/${PORTNAME} \
CPPFLAGS= -I${LOCALBASE}/include
LDFLAGS= -L${LOCALBASE}/lib
+.include <bsd.port.pre.mk>
+
+.if defined(WITH_IPV6)
+MAKE_ARGS+= IPv6="-DHAVE_IPv6_FUNCS"
+.endif
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/man1
@@ -50,4 +57,4 @@ do-install:
.endfor
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/mail/heirloom-mailx/distinfo b/mail/heirloom-mailx/distinfo
index f7ccf8c6dd13..755dc0870fbc 100644
--- a/mail/heirloom-mailx/distinfo
+++ b/mail/heirloom-mailx/distinfo
@@ -1,3 +1,3 @@
-MD5 (mailx-12.3.tar.bz2) = 54406da3f55ded303c7a58bf9e307033
-SHA256 (mailx-12.3.tar.bz2) = d2a965c0b7181956192f9c3f5ad2f89c4ddf328005f9c6282cf122730efca370
-SIZE (mailx-12.3.tar.bz2) = 270442
+MD5 (mailx-12.4.tar.bz2) = 0c93759e34200eb56a0e7c464680a54a
+SHA256 (mailx-12.4.tar.bz2) = 92201e769fe346bc0364c87437a330ef3c97ab3e9d7b2235b93f509e85e5716a
+SIZE (mailx-12.4.tar.bz2) = 271482