2013-10-11 23:48:03 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.9 2013/10/11 23:50:44 naddy Exp $
|
2008-09-20 20:28:02 +00:00
|
|
|
|
|
|
|
COMMENT = audit network device configuration
|
|
|
|
|
|
|
|
V = 0.12.0
|
|
|
|
DISTNAME = nipper-cli-$V
|
2010-07-21 21:33:03 +00:00
|
|
|
PKGNAME = nipper-$V
|
|
|
|
REVISION = 1
|
2008-09-20 20:28:02 +00:00
|
|
|
CATEGORIES = security net
|
|
|
|
|
|
|
|
HOMEPAGE = http://nipper.sf.net/
|
|
|
|
|
2008-09-21 10:31:34 +00:00
|
|
|
# GPLv3, but "cannot be used as part of a commercial product"
|
|
|
|
PERMIT_PACKAGE_CDROM = No
|
2008-09-20 20:28:02 +00:00
|
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
|
|
|
|
|
|
EXTRACT_SUFX = .tgz
|
|
|
|
|
2010-07-21 21:34:08 +00:00
|
|
|
WANTLIB = c m stdc++ nipper
|
2008-09-20 20:28:02 +00:00
|
|
|
|
2010-11-20 17:22:40 +00:00
|
|
|
LIB_DEPENDS= security/libnipper
|
2008-09-20 20:28:02 +00:00
|
|
|
|
|
|
|
CONFIGURE_STYLE = cmake
|
|
|
|
MODULES += devel/cmake
|
|
|
|
|
2013-03-11 11:35:43 +00:00
|
|
|
NO_TEST = Yes
|
2008-09-20 20:28:02 +00:00
|
|
|
|
|
|
|
pre-configure:
|
|
|
|
@${SUBST_CMD} ${WRKSRC}/CMakeLists.txt
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|