1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-17 00:00:40 +00:00
freebsd-ports/security/tcp_wrapper/Makefile

27 lines
657 B
Makefile
Raw Normal View History

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
#
# $Id: Makefile,v 1.10 1995/11/22 13:20:16 asami Exp $
1994-11-01 01:46:09 +00:00
#
1995-02-09 21:25:02 +00:00
DISTNAME= tcp_wrappers_7.2
1995-04-15 05:42:12 +00:00
PKGNAME= tcp_wrappers-7.2
1995-11-22 13:20:16 +00:00
CATEGORIES+= security net
1995-04-15 05:42:12 +00:00
MASTER_SITES= ftp://ftp.win.tue.nl/pub/security/
MAINTAINER= torstenb@FreeBSD.ORG
1995-01-10 00:08:09 +00:00
ALL_TARGET= freebsd
1994-11-01 01:46:09 +00:00
post-install:
ldconfig -m ${PREFIX}/lib
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
1994-11-01 01:46:09 +00:00
.include <bsd.port.mk>