398ddf5c5e
dugsong@; all ok espie@
26 lines
532 B
Makefile
26 lines
532 B
Makefile
# $OpenBSD: Makefile,v 1.15 2001/07/06 19:34:04 jsyn Exp $
|
|
|
|
COMMENT= "IP stack integrity checker"
|
|
|
|
DISTNAME= isic-0.05
|
|
CATEGORIES= security
|
|
NEED_VERSION= 1.402
|
|
MASTER_SITES= http://www.packetfactory.net/Projects/ISIC/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
LIB_DEPENDS= net::net/libnet
|
|
|
|
MAINTAINER= Dug Song <dugsong@monkey.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
post-install:
|
|
@strip ${PREFIX}/bin/{esic,icmpsic,isic,tcpsic,udpsic}
|
|
|
|
.include <bsd.port.mk>
|