freebsd-ports/mail/rblcheck/Makefile

28 lines
600 B
Makefile
Raw Normal View History

# New ports collection makefile for: rblcheck
# Date created: 28 January 1998
# Whom: itojun@itojun.org
#
1999-08-25 02:51:17 -04:00
# $FreeBSD$
#
2000-04-13 16:01:08 -04:00
PORTNAME= rblcheck
PORTVERSION= 1.4
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
PORTDOCS= BUGS CHANGES CREDITS INSTALL PLATFORMS TODO
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/rblcheck ${PREFIX}/bin
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/rblcheck
.for file in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/docs/${file} ${PREFIX}/share/doc/rblcheck
.endfor
.endif
.include <bsd.port.mk>