26 lines
565 B
Makefile
26 lines
565 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
|
|
CATEGORIES= mail news
|
|
MASTER_SITES= ftp://ftp.ossp.org/pkg/tool/lmtp2nntp/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= "OSSP mail to news gateway"
|
|
|
|
MAN8= lmtp2nntp.8
|
|
PLIST_FILES= sbin/lmtp2nntp
|
|
HAS_CONFIGURE= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${ARCH} == "alpha" || ${ARCH} == "amd64"
|
|
BROKEN= "Does not compile on alpha and amd64"
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|