mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
88edd839df
(I can't blindly include getopt.h since older FreeBSD doesn't have one) remove BROKEN mark (could someone check this?).
28 lines
624 B
Makefile
28 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>
|