blob: 8df07d64919846edcd3363b9b684433138aa765a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# New ports collection makefile for: tcp_wrapper
# Version required: 7.2
# Date created: 27 Oct 1994
# Whom: torstenb
#
# $Id: Makefile,v 1.3 1995/02/09 21:24:42 ache Exp $
#
DISTNAME= tcp_wrappers_7.2
MASTER_SITES= ftp://ftp.win.tue.nl/pub/security/
ALL_TARGET= freebsd
.include <bsd.port.mk>
|