mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
8419c1ad54
Converted to new MAN[1-9] Converted to MASTER_SITES= ${MASTER_SITE_PERL_CPAN} where applicable
25 lines
548 B
Makefile
25 lines
548 B
Makefile
# New ports collection makefile for: tcp_wrapper
|
|
# Version required: 7.2
|
|
# Date created: 27 Oct 1994
|
|
# Whom: torstenb
|
|
#
|
|
# $Id: Makefile,v 1.13 1996/04/09 05:07:28 peter 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
|
|
MAN3= hosts_access.3
|
|
MAN5= hosts_access.5 hosts_options.5
|
|
MAN8= tcpd.8 tcpdchk.8 tcpdmatch.8
|
|
|
|
post-install:
|
|
/sbin/ldconfig -m ${PREFIX}/lib
|
|
|
|
.include <bsd.port.mk>
|