summaryrefslogblamecommitdiff
path: root/mail/adcomplain/Makefile
blob: 507e55905df5987ac3f96b472c6bf47c7fdb1f95 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                  
                                                   
                           


                                
                                                      

 
                               

                                                  
                                


                                

                   

                                 
                               
                   

                   


                                             
                                                                    
 




                                                                
# New ports collection makefile for:    adcomplain
# http://www.rdrop.com/users/billmc/adcomplain.html
# Version required:     3.*
# Date created: 13 Sep 1997
# Whom:         ache@FreeBSD.org
#
# $Id: Makefile,v 1.26 1999/05/12 01:33:31 asami Exp $
#

DISTNAME=       adcomplain-3.52
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=    <
EXTRACT_AFTER_ARGS=	# empty
NO_WRKSUBDIR=	YES
NO_BUILD=       YES

post-patch:
	cd ${WRKSRC}; \
	cp adcomplain.pl adcomplain.pl.old; \
	sed 's=%PERL5%=${PERL}=' < adcomplain.pl.old > adcomplain.pl

do-install:
	cd ${WRKSRC}; \
	${INSTALL_SCRIPT} adcomplain.pl ${PREFIX}/bin/adcomplain

.include <bsd.port.mk>