edd ac251480fb Update mail/extsmail to version 2.0.
From author and maintainer, Laurence Tratt.
2014-11-19 09:44:53 +00:00

27 lines
524 B
Makefile

# $OpenBSD: Makefile,v 1.15 2014/11/19 09:44:53 edd Exp $
COMMENT = robust sending of e-mail via external commands
DISTNAME = extsmail-2.0
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>