mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
38 lines
692 B
Makefile
38 lines
692 B
Makefile
# New ports collection makefile for: rinetd
|
|
# Date created: 23 Dec 1997
|
|
# Whom: alexp
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= rinetd
|
|
PORTVERSION= 0.62
|
|
PORTREVISION= 2
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.boutell.com/rinetd/http/
|
|
DISTNAME= rinetd
|
|
|
|
MAINTAINER= garga@FreeBSD.org
|
|
COMMENT= A simple TCP port redirector
|
|
|
|
WRKSRC= ${WRKDIR}/rinetd/
|
|
|
|
MAN8= rinetd.8
|
|
PORTDOCS= index.html
|
|
PLIST_FILES= sbin/rinetd
|
|
|
|
USE_RC_SUBR= rinetd.sh
|
|
|
|
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>
|