openbsd-ports/security/isic/Makefile

28 lines
531 B
Makefile
Raw Normal View History

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