summaryrefslogtreecommitdiff
path: root/mail/cmail/Makefile
blob: 7d736957c0fdf864d613e1c593b2d3815da5c742 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# New ports collection makefile for:	cmail
# Version required:	2.5
# Date created:		31 Dec 1998
# Whom:			Chip Marshall <chip@eboai.org>
#
# $FreeBSD$
#

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>