openbsd-ports/security/isic/Makefile

29 lines
597 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.31 2013/03/11 11:41:25 espie Exp $
COMMENT= IP stack integrity checker
2000-01-24 14:58:17 -05:00
DISTNAME= isic-0.07
2010-11-11 13:34:59 -05:00
REVISION = 0
2000-01-24 14:58:17 -05:00
CATEGORIES= security
2002-10-28 12:35:01 -05:00
HOMEPAGE= http://isic.sourceforge.net/
# modified BSD license
2000-03-22 23:22:20 -05:00
PERMIT_PACKAGE_CDROM= Yes
2010-11-20 12:22:40 -05:00
WANTLIB= c lib/libnet-1.1/net=11
2000-03-22 23:22:20 -05:00
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=isic/}
EXTRACT_SUFX= .tgz
2010-11-26 09:56:14 -05:00
LIB_DEPENDS= net/libnet/1.1
2002-10-28 12:35:01 -05:00
CONFIGURE_STYLE=gnu
CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include/libnet-1.1 \
`libnet-config-1.1 --defines`" \
LIBS="-L${LOCALBASE}/lib/libnet-1.1 -lnet"
2010-10-18 17:41:44 -04:00
USE_GROFF = Yes
2013-03-11 07:35:43 -04:00
NO_TEST= Yes
2000-01-24 14:58:17 -05:00
.include <bsd.port.mk>