pkgsrc/net/nipper/Makefile
adrianp 03504698ab This is a major update of nipper from 0.10.5->0.12.0 which includes
it being split between net/libnipper and the CLI in this package
Lots of devices supported including:
    * 3Com SuperStack 3 Firewall
    * Bay Networks Accelar
    * CheckPoint Firewall Module
    * CheckPoint Management Module
    * Cisco IOS-based Router
    * Cisco IOS-based Catalyst Switch
    * Cisco PIX-based Firewall
    * Cisco ASA-based Firewall
    * Cisco FWSM-based Firewall
    * Cisco CatOS-based Catalyst
    * Cisco NMP-based Catalyst
    * Cisco Content Services Switch
    * HP ProCurve Switches
    * Juniper NetScreen Firewall
    * Nokia IP Firewall
    * Nortel Ethernet Routing Switch 8300
    * Nortel Passport Device
    * SonicWall SonicOS Firewall
For more details of changes between specific release see:
 http://nipper.titania.co.uk/news.php
2008-09-08 17:39:29 +00:00

27 lines
808 B
Makefile

# $NetBSD: Makefile,v 1.2 2008/09/08 17:39:29 adrianp Exp $
#
DISTNAME= nipper-cli-0.12.0
PKGNAME= ${DISTNAME:S/-cli//}
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=nipper/}
EXTRACT_SUFX= .tgz
MAINTAINER= adrianp@NetBSD.org
HOMEPAGE= http://nipper.sourceforge.net/
COMMENT= Performs security audits of network device configuration
USE_LANGUAGES= c++ c
USE_CMAKE= yes
SUBST_CLASSES+= config
SUBST_STAGE.config= post-patch
SUBST_FILES.config= CMakeLists.txt nipper.cpp
SUBST_SED.config= -e "s|@@PREFIX@@|${PREFIX}|g"
SUBST_SED.config+= -e "s|@@PKGMANDIR@@|${PKGMANDIR}|g"
SUBST_SED.config+= -e "s|/etc|${PKG_SYSCONFDIR}|g"
SUBST_MESSAGE.config= Fixing configuration files.
.include "../../net/libnipper/buildlink3.mk"
.include "../../devel/cmake/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"