openbsd-ports/security/nipper/Makefile

33 lines
605 B
Makefile
Raw Normal View History

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