blob: 89c55b0fe4dae7e84db8c0740aa795f09096bcb5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: isic
# Date created: 25 February 2000
# Whom: Brad Hendrickse <bradh@uunet.co.za>
#
# $FreeBSD$
#
PORTNAME= isic
PORTVERSION= 0.06
CATEGORIES= net-mgmt
MASTER_SITES= http://www.packetfactory.net/Projects/ISIC/ \
http://www.packetstormsecurity.org/UNIX/misc/
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= IP Stack Integrity Checker
BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet
GNU_CONFIGURE= yes
.include <bsd.port.mk>
|