openbsd-ports/mail/adcomplain/Makefile

23 lines
472 B
Makefile
Raw Normal View History

1999-02-19 00:55:46 -05:00
# $OpenBSD: Makefile,v 1.2 1999/02/19 05:55:46 marc Exp $
1998-05-16 23:53:27 -04:00
#
1999-02-19 00:55:46 -05:00
DISTNAME= adcomplain-3.49
1998-05-16 23:53:27 -04:00
CATEGORIES= mail news
MAINTAINER= angelos@openbsd.org
1999-02-19 00:55:46 -05:00
MASTER_SITES= http://www.rdrop.com/users/billmc/
DISTFILES= adcomplain.pl.uu
1998-05-16 23:53:27 -04:00
EXTRACT_CMD= /usr/bin/uudecode
EXTRACT_BEFORE_ARGS= <
1999-02-19 00:55:46 -05:00
1998-05-16 23:53:27 -04:00
NO_WRKSUBDIR= YES
NO_CONFIGURE= YES
NO_BUILD= YES
do-install:
cd ${WRKSRC}; \
${INSTALL_SCRIPT} adcomplain.pl ${PREFIX}/bin/adcomplain
.include <bsd.port.mk>