Edit

IABSD.fr/ports/security/nipper/Makefile

Branch :

  • Show log

    Commit

  • Author : espie
    Date : 2010-11-20 17:22:40
    Hash : 6c283d7e
    Message : new depends

  • security/nipper/Makefile
  • # $OpenBSD: Makefile,v 1.7 2010/11/20 17:22:44 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
    PERMIT_DISTFILES_CDROM =No
    PERMIT_DISTFILES_FTP =	Yes
    
    EXTRACT_SUFX =		.tgz
    
    WANTLIB =		c m stdc++ nipper
    
    LIB_DEPENDS=		security/libnipper
    
    CONFIGURE_STYLE =	cmake
    MODULES +=		devel/cmake
    
    USE_GROFF =		Yes
    NO_REGRESS =		Yes
    
    pre-configure:
    	@${SUBST_CMD} ${WRKSRC}/CMakeLists.txt
    
    .include <bsd.port.mk>