aboutsummaryrefslogtreecommitdiff
path: root/security/tcp_wrapper/Makefile
blob: 15e16a74bdb2c7126b786d01b87012fa59a1ed82 (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
28
29
30
31
# New ports collection makefile for:	tcp_wrapper
# Version required:     7.6
# Date created:		27 Oct 1994
# Whom:			torstenb
#
# $Id: Makefile,v 1.16 1997/07/04 19:54:25 ache Exp $
#

DISTNAME=       tcp_wrappers_7.6
PKGNAME=        tcp_wrappers-7.6
CATEGORIES=	security net
MASTER_SITES=	ftp://ftp.win.tue.nl/pub/security/

MAINTAINER=	torstenb@FreeBSD.ORG

ALL_TARGET=	freebsd
MAN3=		hosts_access.3
MAN5=		hosts_access.5 hosts_options.5
MAN8=		tcpd.8 tcpdchk.8 tcpdmatch.8

post-install:
	${LDCONFIG} -m ${PREFIX}/lib
	@${INSTALL_DATA} ${FILESDIR}/inetd.conf.wrapped.sample ${PREFIX}/etc

update:
	@cd ${FILESDIR} ; co -f $(CVSROOT)/src/etc/inetd.conf,v
	@${SED} 's:/usr/libexec/[a-zA-Z]*:${PREFIX}/libexec/tcpd:g'  \
		< ${FILESDIR}/inetd.conf  > ${FILESDIR}/inetd.conf.wrapped.sample
	@${RM} -f ${FILESDIR}/inetd.conf

.include <bsd.port.mk>