freebsd-ports/net/rinetd/Makefile
Mark Pulford d9dec091a3 Patch rinetd to properly become a daemon. Also drop maintainership.
PR:		27049
Submitted by:	Dmitry A. Yanko <fm@astral.ntu-kpi.kiev.ua>
Approved by:	maintainer
2001-07-19 12:54:20 +00:00

26 lines
560 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= ftp://ftp.boutell.com/pub/boutell/rinetd/
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>