pkgsrc-wip/lmtp2nntp/Makefile
OBATA Akio 8e73ea8e1a The OSSP lmtp2nntp program is an LMTP service for use in conjunction with a Mail
Transfer Agent (MTA) like Sendmail or Postfix, providing a reliable real-time
mail to news gateway. Input messages get their headers slightly reformatted to
match Usenet news article format. The article is then posted or feeded into a
remote NNTP service (like INN). Delivery must take place immediately or the
transaction fails. OSSP lmtp2nntp relies on the queueing capabilities of the MTA
in order to provide a fully reliable service. For this the program returns
proper delivery status notification which indicates successful completed action,
persistent transient failure or permanent failure.
2006-04-06 13:48:18 +00:00

15 lines
379 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2006/04/06 13:48:18 obache Exp $
#
DISTNAME= lmtp2nntp-1.4.1
CATEGORIES= mail news
MASTER_SITES= ftp://ftp.ossp.org/pkg/tool/lmtp2nntp/
MAINTAINER= obata@lins.jp
HOMEPAGE= http://www.ossp.org/pkg/tool/lmtp2nntp/
COMMENT= OSSP lmtp2nntp - Mail to News Gateway
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= LIBS=${LIBS:M*:Q}
.include "../../mk/bsd.pkg.mk"