e1c4707bab
- move 1.0 obsoleted version to net/libnet10 net/libnet is latest Stable Version net/libnet is latest Beta Version - Fix all depended ports with a new DEPENDS scheme - While I'm here fix security/yersinia build on 4.x (getopt_long and ncurses issues) PR: ports/85519 (based on) Submitted by: Stas Yakovlev <stas.yakovlev_at_gmail.com>
22 lines
492 B
Makefile
22 lines
492 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
|
|
PORTREVISION= 1
|
|
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= libnet*<=1.1.0,1:${PORTSDIR}/net/libnet10
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|