diff options
author | taoka <taoka@FreeBSD.org> | 1999-03-18 05:29:14 +0000 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 1999-03-18 05:29:14 +0000 |
commit | ff9139ee1130e5cacfe35975afbef33b4f7a84a3 (patch) | |
tree | 8152ef2ce4744030f8ddd07dc66def9b8b462ec8 /mail/cmail/Makefile | |
parent | b2aec96d9c9541483effcc7305daf74aa65e6f74 (diff) | |
download | FreeBSD-ports-ff9139ee1130e5cacfe35975afbef33b4f7a84a3.zip FreeBSD-ports-ff9139ee1130e5cacfe35975afbef33b4f7a84a3.tar.gz |
A simple mail counter, useful for multiple mailfiles
PR: ports/9256
Submitted by: Chip Marshall chip@eboai.org
Diffstat (limited to 'mail/cmail/Makefile')
-rw-r--r-- | mail/cmail/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/mail/cmail/Makefile b/mail/cmail/Makefile new file mode 100644 index 0000000..f6ee35f --- /dev/null +++ b/mail/cmail/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: cmail +# Version required: 2.5 +# Date created: 31 Dec 1998 +# Whom: Chip Marshall <chip@eboai.org> +# +# $Id$ +# + +DISTNAME= cmail-2.5 +CATEGORIES= mail +MASTER_SITES= ftp://ftp.eboai.org/pub/users/chip/ +EXTRACT_SUFX= .tgz + +MAINTAINER= chip@eboai.org + +NO_WRKSUBDIR= yes +NO_BUILD= yes + +USE_PERL5= yes + +pre-configure: + @${SED} -e '1,1s:/usr/local/bin/perl:${PERL5}:' \ + ${WRKDIR}/cmail.pl > ${WRKDIR}/cmail +do-install: + ${INSTALL_SCRIPT} ${WRKDIR}/cmail ${PREFIX}/bin/cmail + ${INSTALL_MAN} ${WRKDIR}/cmail.rc ${MAN1PREFIX}/share/examples/cmail.rc + +.include <bsd.port.mk> |