1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/mail/adcomplain/Makefile

35 lines
692 B
Makefile
Raw Normal View History

1997-09-13 14:04:22 +00:00
# New ports collection makefile for: adcomplain
# Date created: 13 Sep 1997
# Whom: ache@FreeBSD.org
#
1999-08-25 06:51:17 +00:00
# $FreeBSD$
1997-09-13 14:04:22 +00:00
#
2000-04-13 20:01:08 +00:00
PORTNAME= adcomplain
PORTVERSION= 3.52
CATEGORIES= mail news
MASTER_SITES= http://www.rdrop.com/users/billmc/
2000-04-13 20:01:08 +00:00
DISTNAME= ${PORTNAME}.pl
1999-08-27 20:16:57 +00:00
EXTRACT_SUFX= .uu
1997-09-13 14:04:22 +00:00
MAINTAINER= ache@FreeBSD.org
1997-09-13 14:04:22 +00:00
USE_PERL5= yes
1998-09-15 17:23:32 +00:00
EXTRACT_CMD= /usr/bin/uudecode
EXTRACT_BEFORE_ARGS= <
EXTRACT_AFTER_ARGS= # empty
NO_WRKSUBDIR= yes
NO_BUILD= yes
1997-09-13 14:04:22 +00:00
1998-09-16 11:45:01 +00:00
post-patch:
cd ${WRKSRC}; \
${CP} adcomplain.pl adcomplain.pl.old; \
1999-08-27 20:16:57 +00:00
${SED} 's=%PERL5%=${PERL}=' < adcomplain.pl.old > adcomplain.pl
1998-09-16 11:45:01 +00:00
1997-09-13 14:04:22 +00:00
do-install:
cd ${WRKSRC}; \
${INSTALL_SCRIPT} adcomplain.pl ${PREFIX}/bin/adcomplain
.include <bsd.port.mk>