[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / security / nessus-core

Annotation of pkgsrc/security/nessus-core/Makefile, Revision 1.6

1.6     ! frueauf     1: # $NetBSD: Makefile,v 1.5 2003/05/02 11:56:18 wiz Exp $
1.1       frueauf     2: #
                      3:
                      4: DISTNAME=      nessus-core-${VERS}
1.4       jmmv        5: WRKSRC=                ${WRKDIR}/nessus-core
1.1       frueauf     6: .include       "../nessus/Makefile.common"
1.2       wiz         7:
                      8: COMMENT=       Core module of the Nessus Network Security Scanner
1.1       frueauf     9:
1.3       wiz        10: USE_BUILDLINK2=        yes
1.6     ! frueauf    11: USE_PKGINSTALL=        yes
1.3       wiz        12: USE_X11=       yes
1.1       frueauf    13: GNU_CONFIGURE= yes
                     14: CONFIGURE_ARGS+=--enable-gtk \
                     15:                --with-x \
                     16:                --localstatedir=/var
1.6     ! frueauf    17:
        !            18: RCD_SCRIPTS=   nessusd
1.1       frueauf    19:
1.3       wiz        20: .include "../../security/libnasl/buildlink2.mk"
                     21: .include "../../security/nessus-libraries/buildlink2.mk"
                     22: .include "../../x11/gtk/buildlink2.mk"
1.1       frueauf    23: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>