5a18e69555
- use BSD_INSTALL_* in patch-Makefile_in - sync patches while there okay kevlo@.
27 lines
513 B
Makefile
27 lines
513 B
Makefile
# $OpenBSD: Makefile,v 1.12 2004/06/25 04:46:34 xsa Exp $
|
|
|
|
COMMENT= "speed mail delivery by sorting & batching addresses"
|
|
|
|
DISTNAME= bulk_mailer-1.13
|
|
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
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
MAKE_ENV= CC="${CC}"
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|