aboutsummaryrefslogtreecommitdiff
path: root/mail/lmtp2nntp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/lmtp2nntp/Makefile')
-rw-r--r--mail/lmtp2nntp/Makefile12
1 files changed, 10 insertions, 2 deletions
diff --git a/mail/lmtp2nntp/Makefile b/mail/lmtp2nntp/Makefile
index 536713b0e6d1..107ee5a36549 100644
--- a/mail/lmtp2nntp/Makefile
+++ b/mail/lmtp2nntp/Makefile
@@ -7,20 +7,28 @@
PORTNAME= lmtp2nntp
PORTVERSION= 1.2.0
+PORTREVISION= 1
CATEGORIES= mail news
MASTER_SITES= ftp://ftp.ossp.org/pkg/tool/lmtp2nntp/
MAINTAINER= ports@FreeBSD.org
COMMENT= "OSSP mail to news gateway"
+LIB_DEPENDS= str.9:${PORTSDIR}/devel/str \
+ ex.10:${PORTSDIR}/devel/ossp-ex \
+ sa.12:${PORTSDIR}/net/ossp-sa \
+ var.11:${PORTSDIR}/devel/ossp-var
+
MAN8= lmtp2nntp.8
PLIST_FILES= sbin/lmtp2nntp
HAS_CONFIGURE= yes
+CONFIGURE_ARGS= --with-ex="${LOCALBASE}" --with-str="${LOCALBASE}" \
+ --with-sa="${LOCALBASE}" --with-var="${LOCALBASE}"
.include <bsd.port.pre.mk>
-.if ${ARCH} == "alpha" || ${ARCH} == "amd64"
-BROKEN= "Does not compile on alpha and amd64"
+.if ${ARCH} == "alpha"
+BROKEN= "Does not compile on alpha"
.endif
.include <bsd.port.post.mk>