2001-11-12 15:56:15 +01:00
|
|
|
# New ports collection makefile for: lmtp2nntp
|
|
|
|
# Date created: 12 November 2001
|
|
|
|
# Whom: Thomas Lotterer <thomas.lotterer@cw.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= lmtp2nntp
|
2003-02-20 10:03:01 +01:00
|
|
|
PORTVERSION= 1.2.0
|
2004-04-13 21:06:16 +02:00
|
|
|
PORTREVISION= 1
|
2001-11-12 15:56:15 +01:00
|
|
|
CATEGORIES= mail news
|
2004-08-21 17:19:42 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_OSSP}
|
|
|
|
MASTER_SITE_SUBDIR= tool/${PORTNAME}
|
2001-11-12 15:56:15 +01:00
|
|
|
|
2003-02-20 10:03:01 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
COMMENT= "OSSP mail to news gateway"
|
2001-11-12 15:56:15 +01:00
|
|
|
|
2004-04-13 21:06:16 +02:00
|
|
|
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
|
|
|
|
|
2001-11-12 15:56:15 +01:00
|
|
|
MAN8= lmtp2nntp.8
|
2004-02-05 21:38:07 +01:00
|
|
|
PLIST_FILES= sbin/lmtp2nntp
|
2001-11-12 15:56:15 +01:00
|
|
|
HAS_CONFIGURE= yes
|
2004-04-13 21:06:16 +02:00
|
|
|
CONFIGURE_ARGS= --with-ex="${LOCALBASE}" --with-str="${LOCALBASE}" \
|
|
|
|
--with-sa="${LOCALBASE}" --with-var="${LOCALBASE}"
|
2001-11-12 15:56:15 +01:00
|
|
|
|
2004-02-23 06:13:20 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2004-04-13 21:06:16 +02:00
|
|
|
.if ${ARCH} == "alpha"
|
|
|
|
BROKEN= "Does not compile on alpha"
|
2004-02-23 06:13:20 +01:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|