1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/security/tcp_wrapper/Makefile
Peter Wemm 5f60761efb Update tcp_wrappers port from v7.2 to v7.4, as the original tar file
is gone from the master site.

There are no new features, just a couple of bug fixes (that shouldn't
affect us) and portability improvements.
1996-04-09 05:07:30 +00:00

28 lines
696 B
Makefile

# New ports collection makefile for: tcp_wrapper
# Version required: 7.2
# Date created: 27 Oct 1994
# Whom: torstenb
#
# $Id: Makefile,v 1.12 1996/01/25 05:54:17 ache Exp $
#
DISTNAME= tcp_wrappers_7.4
PKGNAME= tcp_wrappers-7.4
CATEGORIES+= security net
MASTER_SITES= ftp://ftp.win.tue.nl/pub/security/
MAINTAINER= torstenb@FreeBSD.ORG
ALL_TARGET= freebsd
post-install:
/sbin/ldconfig -m ${PREFIX}/lib
.if !defined(NOMANCOMPRESS)
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
.endif
.include <bsd.port.mk>