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
|
2001-11-12 15:56:15 +01:00
|
|
|
CATEGORIES= mail news
|
2003-01-30 20:57:20 +01:00
|
|
|
MASTER_SITES= ftp://ftp.ossp.org/pkg/tool/lmtp2nntp/
|
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
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|