freebsd-ports/mail/rblcheck/Makefile
Jun-ichiro itojun Hagino 88edd839df declare "extern char *optarg".
(I can't blindly include getopt.h since older FreeBSD doesn't have one)

remove BROKEN mark (could someone check this?).
1998-11-16 16:33:37 +00:00

27 lines
624 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/11/16 13:15:26 jseger 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>