freebsd-ports/net-mgmt/isic/Makefile
Garrett Wollman 60aab66567 Say hello to the new "net-mgmt" category. There are probably more
ports that belong here than the ones I have identified and moved in
this, first, pass.

Approved in principle by: marcus
2004-02-23 04:42:13 +00:00

22 lines
483 B
Makefile

# New ports collection makefile for: isic
# Date created: 25 February 2000
# Whom: Brad Hendrickse <bradh@uunet.co.za>
#
# $FreeBSD$
#
PORTNAME= isic
PORTVERSION= 0.05
CATEGORIES= net-mgmt
MASTER_SITES= http://www.packetfactory.net/Projects/ISIC/
EXTRACT_SUFX= .tgz
MAINTAINER= bradh@uunet.co.za
COMMENT= IP Stack Integrity Checker
BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet
GNU_CONFIGURE= yes
.include <bsd.port.mk>