mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
bd7268f8da
PR: ports/9256 Submitted by: Chip Marshall chip@eboai.org
29 lines
608 B
Makefile
29 lines
608 B
Makefile
# 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>
|