openbsd-ports/mail/bulk_mailer/Makefile
kevlo c69453dfbd We have strndup(3) now; pointed out by ajacoutot@
Where here, silent compiler warning

ok ajacoutot@
2010-06-30 01:55:08 +00:00

30 lines
549 B
Makefile

# $OpenBSD: Makefile,v 1.15 2010/06/30 01:55:08 kevlo Exp $
COMMENT= speed mail delivery by sorting & batching addresses
DISTNAME= bulk_mailer-1.13
PKGNAME= ${DISTNAME}p0
CATEGORIES= mail
MASTER_SITES= ftp://cs.utk.edu/pub/moore/bulk_mailer/
HOMEPAGE= http://www.cs.utk.edu/~moore/software.html
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c
CONFIGURE_STYLE=gnu
MAKE_ENV= CC="${CC}"
NO_REGRESS= Yes
.include <bsd.port.mk>