mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
3a3ea8b8e2
PR: 51096 Submitted by: Sergey A. Osokin <osa@FreeBSD.org.ru>
27 lines
592 B
Makefile
27 lines
592 B
Makefile
# New ports collection makefile for: rinetd
|
|
# Date created: 23 Dec 1997
|
|
# Whom: alexp
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= rinetd
|
|
PORTVERSION= 0.62
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.boutell.com/rinetd/http/
|
|
DISTNAME= rinetd
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A simple TCP port redirector
|
|
|
|
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>
|