aboutsummaryrefslogtreecommitdiff
path: root/security/tcp_wrapper/Makefile
blob: c7ca0867fbae0bb342a2b1c367dba517f646612c (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
# New ports collection makefile for:	tcp_wrapper
# Version required:     7.2
# Date created:		27 Oct 1994
# Whom:			torstenb
#
# $Id: Makefile,v 1.7 1995/05/06 11:28:43 torstenb Exp $
#

DISTNAME=       tcp_wrappers_7.2
PKGNAME=        tcp_wrappers-7.2
CATEGORIES+=	networking
MASTER_SITES=	ftp://ftp.win.tue.nl/pub/security/

MAINTAINER=	torstenb@FreeBSD.ORG

ALL_TARGET=	freebsd

post-install:
	gzip -9nf ${PREFIX}/man/man3/hosts_access.3 \
	${PREFIX}/man/man5/hosts_access.5 ${PREFIX}/man/man5/hosts_options.5 \
	${PREFIX}/man/man8/tcpd.8 ${PREFIX}/man/man8/tcpdchk.8 \
	${PREFIX}/man/man8/tcpdmatch.8


.include <bsd.port.mk>