28 lines
531 B
Makefile
Raw Normal View History

2002-10-28 17:35:01 +00:00
# $OpenBSD: Makefile,v 1.16 2002/10/28 17:35:01 naddy Exp $
COMMENT= "IP stack integrity checker"
2000-01-24 19:58:17 +00:00
2000-02-23 22:56:02 +00:00
DISTNAME= isic-0.05
2000-01-24 19:58:17 +00:00
CATEGORIES= security
2002-10-28 17:35:01 +00:00
2001-06-11 13:14:39 +00:00
MASTER_SITES= http://www.packetfactory.net/Projects/ISIC/
2000-01-24 19:58:17 +00:00
EXTRACT_SUFX= .tgz
2001-02-26 04:02:35 +00:00
LIB_DEPENDS= net::net/libnet
2000-10-22 14:02:46 +00:00
MAINTAINER= Dug Song <dugsong@monkey.org>
2000-01-24 19:58:17 +00:00
2000-03-23 04:22:20 +00:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= gnu
2000-01-24 19:58:17 +00:00
2002-10-28 17:35:01 +00:00
NO_REGRESS= Yes
post-install:
@strip ${PREFIX}/bin/{esic,icmpsic,isic,tcpsic,udpsic}
2000-01-24 19:58:17 +00:00
.include <bsd.port.mk>