freebsd-ports/net/rinetd/Makefile

39 lines
711 B
Makefile
Raw Normal View History

# New ports collection makefile for: rinetd
# Date created: 23 Dec 1997
# Whom: alexp
#
1999-08-30 16:24:37 +02:00
# $FreeBSD$
#
PORTNAME= rinetd
PORTVERSION= 0.62
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://www.boutell.com/rinetd/http/
DISTNAME= rinetd
MAINTAINER= garga@FreeBSD.org
2003-02-20 20:00:52 +01:00
COMMENT= A simple TCP port redirector
WRKSRC= ${WRKDIR}/rinetd/
MAN8= rinetd.8
PORTDOCS= index.html
PLIST_FILES= sbin/rinetd
USE_RC_SUBR= rinetd.sh
USE_REINPLACE= yes
post-patch:
@${REINPLACE_CMD} -E "s,(/etc/rinetd.conf),${PREFIX}\1," \
${WRKSRC}/rinetd.c
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
cd ${WRKSRC} ; ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
.endif
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>