1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/mail/lmtp2nntp/Makefile
Tilman Keskinoz 20a8b67cd4 Fix build on amd64 by using va_copy.
Use external libraries, where possible. Bump PORTREVISION.
2004-04-13 19:06:16 +00:00

35 lines
821 B
Makefile

# 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= 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"
BROKEN= "Does not compile on alpha"
.endif
.include <bsd.port.post.mk>