openbsd-ports/mail/bulk_mailer/Makefile

30 lines
612 B
Makefile
Raw Normal View History

1998-05-17 00:20:30 -04:00
# OpenBSD makefile for: bulk_mailer
# Version required: 1.5
# Date created: May 16 1998
# Whom: Angelos D. Keromytis
#
2002-10-27 12:21:39 -05:00
# $OpenBSD: Makefile,v 1.11 2002/10/27 17:21:39 naddy Exp $
1998-05-17 00:20:30 -04:00
#
COMMENT= "speed mail delivery by sorting & batching addresses"
DISTNAME= bulk_mailer-1.13
1998-05-17 00:20:30 -04:00
CATEGORIES= mail
2002-10-27 12:21:39 -05:00
1998-05-17 00:20:30 -04:00
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>
1998-05-17 00:20:30 -04:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2000-02-12 03:41:07 -05:00
CONFIGURE_STYLE= gnu
1998-05-17 00:20:30 -04:00
2002-10-27 12:21:39 -05:00
NO_REGRESS= Yes
1998-05-17 00:20:30 -04:00
.include <bsd.port.mk>