1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-08 12:01:56 +00:00
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

21 lines
378 B
Makefile

# Created by: Brad Hendrickse <bradh@uunet.co.za>
# $FreeBSD$
PORTNAME= isic
PORTVERSION= 0.07
PORTREVISION= 4
CATEGORIES= net-mgmt
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/ISIC%20v${PORTVERSION}
MAINTAINER= bofh@FreeBSD.org
COMMENT= IP Stack Integrity Checker
LICENSE= BSD2CLAUSE
LIB_DEPENDS= libnet.so:net/libnet
GNU_CONFIGURE= yes
USES= tar:tgz
.include <bsd.port.mk>