aboutsummaryrefslogtreecommitdiff
path: root/net/rinetd/Makefile
blob: 06dbd2f9551a2ec2980078a3d79dbe3e8c083c5a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# New ports collection makefile for:	rinetd
# Date created:				23 Dec 1997
# Whom:					alexp
#
# $FreeBSD$
#

PORTNAME=	rinetd
PORTVERSION=	0.61
CATEGORIES=	net
MASTER_SITES=	http://www.boutell.com/rinetd/http/
DISTNAME=	rinetd

MAINTAINER=	ports@FreeBSD.org

PORTCOMMENT=	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>