c92312ea9e
Remove USE_GROFF since mandoc -Tlint -Werror *.{1,5} is happy, and the manpages render fine with mandoc. (see http://www.openbsd.org/faq/ports/specialtopics.html#Mandoc for ref)
27 lines
501 B
Makefile
27 lines
501 B
Makefile
# $OpenBSD: Makefile,v 1.7 2011/06/19 06:12:24 landry Exp $
|
|
|
|
COMMENT = robust sending of e-mail to external commands
|
|
|
|
DISTNAME = extsmail-1.4
|
|
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>
|