openbsd-ports/security/isic/Makefile

26 lines
532 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.15 2001/07/06 19:34:04 jsyn 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
NEED_VERSION= 1.402
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
post-install:
@strip ${PREFIX}/bin/{esic,icmpsic,isic,tcpsic,udpsic}
2000-01-24 14:58:17 -05:00
.include <bsd.port.mk>