openbsd-ports/mail/extsmail/Makefile
landry 9f61dd0a62 Import extsmail, from Edd Barrett.
extsmail enables the robust sending of e-mail to external commands. In
effect extsmail masquerades as the standard UNIX sendmail program,
reading messages, and later trying to send them by user-defined
commands.
2009-01-25 21:54:43 +00:00

27 lines
505 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2009/01/25 21:54:43 landry Exp $
COMMENT = robust sending of e-mail to external commands
DISTNAME = extsmail-1.0
CATEGORIES = mail
HOMEPAGE = http://tratt.net/laurie/src/extsmail/
MAINTAINER = Laurence Tratt <laurie@tratt.net>
# BSD / MIT
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
MASTER_SITES = ${HOMEPAGE}releases/
CONFIGURE_STYLE = gnu
NO_REGRESS = Yes
WANTLIB = c
.include <bsd.port.mk>