freebsd-ports/mail/rblcheck/Makefile
Jun-ichiro itojun Hagino 69a685a6d5 upgrade original distribution (1.4)
patched the source code so that we can specify the target by FQDN.
(the patch is sent to the original author)
1998-10-19 16:51:13 +00:00

28 lines
623 B
Makefile

# New ports collection makefile for: rblcheck
# Version required: 1.4
# Date created: 28 January 1998
# Whom: itojun@itojun.org
#
# $Id: Makefile,v 1.4 1998/06/27 05:19:14 asami Exp $
#
DISTNAME= rblcheck-1.4
CATEGORIES= mail
MASTER_SITES= http://www.xnet.com/%7Eemarshal/rblcheck/
MAINTAINER= itojun@itojun.org
DOCS= BUGS CHANGES CREDITS INSTALL PLATFORMS TODO
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/rblcheck ${PREFIX}/bin
.if !defined(NOPORTDOCS)
dst=${PREFIX}/share/doc/rblcheck; \
${MKDIR} $$dst; \
for i in ${DOCS}; do \
${INSTALL_DATA} ${WRKSRC}/docs/$$i $$dst; \
done
.endif
.include <bsd.port.mk>