30 lines
612 B
Makefile
30 lines
612 B
Makefile
# OpenBSD makefile for: bulk_mailer
|
|
# Version required: 1.5
|
|
# Date created: May 16 1998
|
|
# Whom: Angelos D. Keromytis
|
|
#
|
|
# $OpenBSD: Makefile,v 1.11 2002/10/27 17:21:39 naddy 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>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|