aboutsummaryrefslogtreecommitdiff
path: root/mail/lmtp2nntp/Makefile
blob: 3aa0e083cd87b09df9569c644427e771de04723d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# New ports collection makefile for:	lmtp2nntp
# Date created:				12 November 2001
# Whom:	      				Thomas Lotterer <thomas.lotterer@cw.com>
#
# $FreeBSD$
#

PORTNAME=	lmtp2nntp
PORTVERSION=	1.2.0
PORTREVISION=	1
CATEGORIES=	mail news
MASTER_SITES=	${MASTER_SITE_OSSP}
MASTER_SITE_SUBDIR=	tool/${PORTNAME}

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"
BROKEN=		"Does not compile on alpha"
.endif

.include <bsd.port.post.mk>