freebsd-ports/mail/cmail/Makefile
Steve Price b1341f4f87 Update to version 2.10.
PR:		14500
Submitted by:	maintainer
1999-11-26 18:14:56 +00:00

27 lines
587 B
Makefile

# New ports collection makefile for: cmail
# Version required: 2.10
# Date created: 31 Dec 1998
# Whom: Chip Marshall <chip@eboai.org>
#
# $FreeBSD$
#
DISTNAME= cmail-2.10
CATEGORIES= mail
MASTER_SITES= ftp://ftp.eboai.org/pub/users/chip/
EXTRACT_SUFX= .tgz
MAINTAINER= chip@eboai.org
NO_BUILD= yes
USE_PERL5= yes
pre-configure:
@${SED} -e '1,1s:/usr/local/bin/perl:${PERL5}:' \
${WRKSRC}/cmail.pl > ${WRKSRC}/cmail
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/cmail ${PREFIX}/bin/cmail
${INSTALL_MAN} ${WRKSRC}/cmail.rc ${PREFIX}/share/examples/cmail.rc
.include <bsd.port.mk>