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
1995-01-10 00:08:09 +00:00

24 lines
541 B
Makefile

# New ports collection makefile for: tcp_wrapper
# Version required: 7.0
# Date created: 27 Oct 1994
# Whom: torstenb
#
# $Id: Makefile,v 1.1.1.1 1994/11/01 01:46:06 torstenb Exp $
#
DISTNAME= tcp_wrappers_7.0
MASTER_SITES= ftp://ftp.win.tue.nl/pub/security/
ALL_TARGET= freebsd
pre-install:
@mkdir -p ${PREFIX}/sbin
@mkdir -p ${PREFIX}/bin
@mkdir -p ${PREFIX}/libexec
@mkdir -p ${PREFIX}/lib
@mkdir -p ${PREFIX}/etc
@mkdir -p ${PREFIX}/man/man3
@mkdir -p ${PREFIX}/man/man5
@mkdir -p ${PREFIX}/man/man8
.include <bsd.port.mk>