mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
28 lines
576 B
Makefile
28 lines
576 B
Makefile
# New ports collection makefile for: cmail
|
|
# Date created: 31 Dec 1998
|
|
# Whom: Chip Marshall <chip@eboai.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cmail
|
|
PORTVERSION= 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>
|