mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
34 lines
791 B
Makefile
34 lines
791 B
Makefile
# New ports collection makefile for: adcomplain
|
|
# http://www.rdrop.com/users/billmc/adcomplain.html
|
|
# Version required: 4.*
|
|
# Date created: 13 Sep 1997
|
|
# Whom: ache@FreeBSD.org
|
|
#
|
|
# $Id: Makefile,v 1.18 1998/09/15 17:23:26 ache Exp $
|
|
#
|
|
|
|
DISTNAME= adcomplain-4.42
|
|
CATEGORIES= mail news
|
|
MASTER_SITES= http://www.rdrop.com/users/billmc/
|
|
DISTFILES= adcomplain.pl.uu
|
|
|
|
MAINTAINER= ache@FreeBSD.org
|
|
|
|
USE_PERL5= yes
|
|
|
|
EXTRACT_CMD= /usr/bin/uudecode
|
|
EXTRACT_BEFORE_ARGS= <
|
|
NO_WRKSUBDIR= YES
|
|
NO_BUILD= YES
|
|
|
|
post-patch:
|
|
cd ${WRKSRC}; \
|
|
cp adcomplain.pl adcomplain.pl.old; \
|
|
sed 's=%PERL5%=${PERL5}=' < adcomplain.pl.old > adcomplain.pl
|
|
|
|
do-install:
|
|
cd ${WRKSRC}; \
|
|
${INSTALL_SCRIPT} adcomplain.pl ${PREFIX}/bin/adcomplain
|
|
|
|
.include <bsd.port.mk>
|