1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/mail/adcomplain/Makefile
Andrey A. Chernov d14e6f1d79 Upgrade to 2.74
1997-11-08 15:50:27 +00:00

29 lines
679 B
Makefile

# New ports collection makefile for: adcomplain
# http://www.rdrop.com/users/billmc/adcomplain.html
# Version required: 2.74
# Date created: 13 Sep 1997
# Whom: ache@FreeBSD.org
#
# $Id: Makefile,v 1.4 1997/10/07 21:34:06 ache Exp $
#
DISTNAME= adcomplain.pl.uu
PKGNAME= adcomplain-2.74
CATEGORIES= mail news
MASTER_SITES= http://www.rdrop.com/users/billmc/
EXTRACT_SUFX= # none
MAINTAINER= ache@FreeBSD.org
EXTRACT_CMD= /usr/bin/uudecode
EXTRACT_BEFORE_ARGS= <
NO_WRKSUBDIR= YES
NO_CONFIGURE= YES
NO_BUILD= YES
do-install:
cd ${WRKSRC}; \
${INSTALL_SCRIPT} adcomplain.pl ${PREFIX}/bin/adcomplain
.include <bsd.port.mk>