2019-07-12 20:48:23 +00:00
|
|
|
# $OpenBSD: Makefile.inc,v 1.7 2019/07/12 20:48:30 sthen Exp $
|
2005-05-23 23:50:39 +00:00
|
|
|
|
2007-09-15 22:36:51 +00:00
|
|
|
COMMENT= raw IP packet construction library
|
2005-05-23 23:50:39 +00:00
|
|
|
|
|
|
|
DISTNAME= libnet-${VERSION}
|
|
|
|
CATEGORIES= net
|
|
|
|
|
2019-02-08 19:07:21 +00:00
|
|
|
HOMEPAGE= http://packetfactory.openwall.net/projects/libnet/
|
2005-05-23 23:50:39 +00:00
|
|
|
|
|
|
|
|
2019-07-12 20:48:23 +00:00
|
|
|
PERMIT_PACKAGE= Yes
|
2005-05-23 23:50:39 +00:00
|
|
|
|
|
|
|
CONFIGURE_STYLE= autoconf no-autoheader
|
|
|
|
|
|
|
|
|
2013-03-11 11:35:43 +00:00
|
|
|
TEST_TARGET= test
|
|
|
|
TEST_IS_INTERACTIVE= Yes
|
2005-05-23 23:50:39 +00:00
|
|
|
|
2013-03-11 11:35:43 +00:00
|
|
|
post-test:
|
2005-05-23 23:50:39 +00:00
|
|
|
@cd ${WRKSRC}/test; ${SUDO} ./test-step.sh
|