freebsd-ports/net/rinetd/Makefile
Mario Sergio Fujikawa Ferreira f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00

26 lines
554 B
Makefile

# New ports collection makefile for: rinetd
# Date created: 23 Dec 1997
# Whom: alexp
#
# $FreeBSD$
#
PORTNAME= rinetd
PORTVERSION= 0.61
CATEGORIES= net
MASTER_SITES= http://www.boutell.com/rinetd/http/
DISTNAME= rinetd
MAINTAINER= ports@FreeBSD.org
WRKSRC= ${WRKDIR}/rinetd/
MAN8= rinetd.8
post-install:
${MKDIR} ${PREFIX}/share/doc/rinetd
${INSTALL} -C -o root -g wheel -m 0644 ${WRKSRC}/index.html ${PREFIX}/share/doc/rinetd/
${INSTALL} -C -o root -g wheel -m 0644 ${WRKSRC}/README ${PREFIX}/share/doc/rinetd/
.include <bsd.port.mk>