1994-11-01 01:46:09 +00:00
|
|
|
# New ports collection makefile for: tcp_wrapper
|
1997-07-04 19:54:39 +00:00
|
|
|
# Version required: 7.6
|
1994-11-01 01:46:09 +00:00
|
|
|
# Date created: 27 Oct 1994
|
|
|
|
# Whom: torstenb
|
|
|
|
#
|
1999-08-31 01:53:22 +00:00
|
|
|
# $FreeBSD$
|
1994-11-01 01:46:09 +00:00
|
|
|
#
|
|
|
|
|
1997-07-04 19:54:39 +00:00
|
|
|
DISTNAME= tcp_wrappers_7.6
|
|
|
|
PKGNAME= tcp_wrappers-7.6
|
1996-11-17 07:58:10 +00:00
|
|
|
CATEGORIES= security net
|
1999-01-25 10:12:53 +00:00
|
|
|
MASTER_SITES= ftp://ftp.porcupine.org/pub/security/
|
1995-04-15 05:42:12 +00:00
|
|
|
|
1995-05-17 05:55:38 +00:00
|
|
|
MAINTAINER= torstenb@FreeBSD.ORG
|
|
|
|
|
1995-01-10 00:08:09 +00:00
|
|
|
ALL_TARGET= freebsd
|
1996-11-17 07:58:10 +00:00
|
|
|
MAN3= hosts_access.3
|
|
|
|
MAN5= hosts_access.5 hosts_options.5
|
|
|
|
MAN8= tcpd.8 tcpdchk.8 tcpdmatch.8
|
1994-11-01 01:46:09 +00:00
|
|
|
|
1995-05-06 11:28:43 +00:00
|
|
|
post-install:
|
1998-09-14 21:08:57 +00:00
|
|
|
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
|
1998-01-10 18:24:17 +00:00
|
|
|
@${INSTALL_DATA} ${FILESDIR}/inetd.conf.wrapped.sample ${PREFIX}/etc
|
|
|
|
|
|
|
|
update:
|
|
|
|
@cd ${FILESDIR} ; co -f $(CVSROOT)/src/etc/inetd.conf,v
|
1998-01-10 18:31:24 +00:00
|
|
|
@${SED} -e 's:/usr/libexec/[a-zA-Z]*:${PREFIX}/libexec/tcpd:g' \
|
|
|
|
-e 's:/usr/local/libexec/[a-zA-Z]*:${PREFIX}/libexec/tcpd:g' \
|
|
|
|
-e 's:/usr/local/sbin/[a-zA-Z]*:${PREFIX}/libexec/tcpd:g' \
|
1998-01-10 18:24:17 +00:00
|
|
|
< ${FILESDIR}/inetd.conf > ${FILESDIR}/inetd.conf.wrapped.sample
|
|
|
|
@${RM} -f ${FILESDIR}/inetd.conf
|
1998-01-10 18:31:24 +00:00
|
|
|
@${ECHO} "Now manually fixup deamon paths from the /usr/local tree."
|
1995-05-06 11:28:43 +00:00
|
|
|
|
1994-11-01 01:46:09 +00:00
|
|
|
.include <bsd.port.mk>
|