Makefile 568 B

12345678910111213141516171819202122232425262728293031
  1. # $OpenBSD: Makefile,v 1.11 2017/04/10 11:46:33 sthen Exp $
  2. COMMENT = audit network device configuration
  3. V = 0.12.0
  4. DISTNAME = nipper-cli-$V
  5. PKGNAME = nipper-$V
  6. REVISION = 1
  7. CATEGORIES = security net
  8. HOMEPAGE = http://nipper.sf.net/
  9. # GPLv3, but "cannot be used as part of a commercial product"
  10. PERMIT_PACKAGE_CDROM = No
  11. PERMIT_PACKAGE_FTP = Yes
  12. EXTRACT_SUFX = .tgz
  13. WANTLIB = c m ${LIBCXX} nipper
  14. LIB_DEPENDS= security/libnipper
  15. MODULES += devel/cmake
  16. NO_TEST = Yes
  17. pre-configure:
  18. @${SUBST_CMD} ${WRKSRC}/CMakeLists.txt
  19. .include <bsd.port.mk>