1994-11-01 01:46:09 +00:00
|
|
|
# New ports collection makefile for: tcp_wrapper
|
1995-02-09 21:25:02 +00:00
|
|
|
# Version required: 7.2
|
1994-11-01 01:46:09 +00:00
|
|
|
# Date created: 27 Oct 1994
|
|
|
|
# Whom: torstenb
|
|
|
|
#
|
1997-06-20 17:49:51 +00:00
|
|
|
# $Id: Makefile,v 1.14 1996/11/17 07:58:06 obrien Exp $
|
1994-11-01 01:46:09 +00:00
|
|
|
#
|
|
|
|
|
1996-04-09 05:07:30 +00:00
|
|
|
DISTNAME= tcp_wrappers_7.4
|
|
|
|
PKGNAME= tcp_wrappers-7.4
|
1996-11-17 07:58:10 +00:00
|
|
|
CATEGORIES= security net
|
1995-04-15 05:42:12 +00:00
|
|
|
MASTER_SITES= ftp://ftp.win.tue.nl/pub/security/
|
|
|
|
|
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:
|
1997-06-20 17:49:51 +00:00
|
|
|
${LDCONFIG} -m ${PREFIX}/lib
|
1995-05-06 11:28:43 +00:00
|
|
|
|
1994-11-01 01:46:09 +00:00
|
|
|
.include <bsd.port.mk>
|