24 lines
418 B
Makefile
24 lines
418 B
Makefile
# $OpenBSD: Makefile,v 1.11 2013/03/11 11:23:50 espie Exp $
|
|
|
|
COMMENT = robust sending of e-mail to external commands
|
|
|
|
DISTNAME = extsmail-1.6
|
|
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
|
|
|
|
.include <bsd.port.mk>
|