1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/mail/adcomplain/Makefile
Masafumi Max NAKANE 95d2da7653 Style police.
1997-09-13 21:31:54 +00:00

29 lines
664 B
Makefile

# New ports collection makefile for: adcomplain
# http://www.rdrop.com/users/billmc/
# Version required: 1.6
# Date created: 13 Sep 1997
# Whom: ache@FreeBSD.org
#
# $Id: Makefile,v 1.1.1.1 1997/09/13 14:04:21 ache Exp $
#
DISTNAME= adcomplain.pl.uu
PKGNAME= adcomplain-1.6
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>