1999-06-12 06:45:53 +02:00
|
|
|
# New ports collection makefile for: rinetd
|
|
|
|
# Date created: 23 Dec 1997
|
|
|
|
# Whom: alexp
|
|
|
|
#
|
1999-08-30 16:24:37 +02:00
|
|
|
# $FreeBSD$
|
1999-06-12 06:45:53 +02:00
|
|
|
#
|
|
|
|
|
2000-04-09 20:14:07 +02:00
|
|
|
PORTNAME= rinetd
|
2003-04-17 18:25:41 +02:00
|
|
|
PORTVERSION= 0.62
|
2005-09-30 21:37:29 +02:00
|
|
|
PORTREVISION= 1
|
2001-01-16 18:33:20 +01:00
|
|
|
CATEGORIES= net
|
2002-01-15 04:04:08 +01:00
|
|
|
MASTER_SITES= http://www.boutell.com/rinetd/http/
|
2000-04-09 20:14:07 +02:00
|
|
|
DISTNAME= rinetd
|
1999-06-12 06:45:53 +02:00
|
|
|
|
2005-09-30 14:05:40 +02:00
|
|
|
MAINTAINER= garga@FreeBSD.org
|
2003-02-20 20:00:52 +01:00
|
|
|
COMMENT= A simple TCP port redirector
|
1999-06-12 06:45:53 +02:00
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/rinetd/
|
|
|
|
|
2001-01-16 18:33:20 +01:00
|
|
|
MAN8= rinetd.8
|
2004-06-08 14:41:07 +02:00
|
|
|
PORTDOCS= index.html
|
2005-09-30 14:05:40 +02:00
|
|
|
PLIST_FILES= sbin/rinetd
|
2004-06-08 14:41:07 +02:00
|
|
|
|
2005-09-30 14:05:40 +02:00
|
|
|
USE_RC_SUBR= rinetd.sh
|
|
|
|
USE_REINPLACE= yes
|
2004-06-08 14:41:07 +02:00
|
|
|
|
|
|
|
post-patch:
|
2005-09-30 14:05:40 +02:00
|
|
|
@${REINPLACE_CMD} -E "s,(/etc/rinetd.conf),${PREFIX}\1," \
|
|
|
|
${WRKSRC}/rinetd.c
|
1999-06-12 06:45:53 +02:00
|
|
|
|
|
|
|
post-install:
|
2004-02-27 03:11:06 +01:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${MKDIR} ${DOCSDIR}
|
|
|
|
cd ${WRKSRC} ; ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
|
|
|
|
.endif
|
2004-06-08 14:41:07 +02:00
|
|
|
@${CAT} ${PKGMESSAGE}
|
1999-06-12 06:45:53 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|