b1512ec2c7
Clarify bulk_mailer license, there is an obvious license blurb that says use is free.
25 lines
502 B
Makefile
25 lines
502 B
Makefile
# OpenBSD makefile for: bulk_mailer
|
|
# Version required: 1.5
|
|
# Date created: May 16 1998
|
|
# Whom: Angelos D. Keromytis
|
|
#
|
|
# $OpenBSD: Makefile,v 1.8 2000/06/04 21:40:44 espie Exp $
|
|
#
|
|
|
|
DISTNAME= bulk_mailer-1.5
|
|
CATEGORIES= mail
|
|
NEED_VERSION= 1.191
|
|
MASTER_SITES= ftp://cs.utk.edu/pub/moore/bulk_mailer/
|
|
EXTRACT_SUFX= .tar
|
|
|
|
MAINTAINER= angelos@openbsd.org
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WRKDIST= ${WRKDIR}
|
|
|
|
.include <bsd.port.mk>
|