edd 9c55840fbd Update to extsmail-1.7.
From author and MAINTAINER Laurence Tratt, with a minor tweak from myself
to correctly pass down CFLAGS.
2014-03-14 11:28:59 +00:00

27 lines
523 B
Makefile

# $OpenBSD: Makefile,v 1.12 2014/03/14 11:28:59 edd Exp $
COMMENT = robust sending of e-mail to external commands
DISTNAME = extsmail-1.7
CATEGORIES = mail
HOMEPAGE = http://tratt.net/laurie/src/extsmail/
MAINTAINER = Laurence Tratt <laurie@tratt.net>
# BSD / MIT
PERMIT_PACKAGE_CDROM = Yes
MASTER_SITES = ${HOMEPAGE}releases/
CONFIGURE_STYLE = gnu
NO_TEST = Yes
WANTLIB = c
# To make the build honour CFLAGS. Will be fixed next release.
MAKE_FLAGS += CFLAGS="${CFLAGS} -std=c99"
.include <bsd.port.mk>