openbsd-ports/mail/extsmail/Makefile
landry 1f596002e1 Update to extsmail 1.1, fixes two frees of possibly uninitialised
pointers. From MAINTAINER & upstream developer Laurence Tratt, thanks!
2009-04-30 15:13:34 +00:00

27 lines
501 B
Makefile

# $OpenBSD: Makefile,v 1.2 2009/04/30 15:13:34 landry Exp $
COMMENT = robust sending of e-mail to external commands
DISTNAME = extsmail-1.1
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>