summaryrefslogtreecommitdiff
path: root/security/nessus-core/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-04-26 17:44:23 +0000
committerjoerg <joerg@pkgsrc.org>2008-04-26 17:44:23 +0000
commitb250ef9c06d0a0b7e6dee5ec70935e71539317f1 (patch)
tree9730a4ced715af26f4695c5fde3bbf561cc5a989 /security/nessus-core/Makefile
parent4d3a05f90fde8d2049f15f616a41b77d4f639eb2 (diff)
downloadpkgsrc-b250ef9c06d0a0b7e6dee5ec70935e71539317f1.tar.gz
Add a clean pkg_add implementation on top of libarchive and libfetch.
Known regressions: - "pkg_add -" (aka reading from stdin) is currently not supported - "pkg_add -s" is not supported either - no progress reports for the downloads - binary packages with hardlinks created by pkg_create before pkg_install-20080422 will not extract correctly (libarchive issue) - no adhoc check for potential conflicts between dependencies and already installed packages Features: - Twice as fast for the typical case of /var/tmp and /usr/pkg on different filesystems - Standalone - implicit conflict detection before actual installation.
Diffstat (limited to 'security/nessus-core/Makefile')
-rw-r--r--security/nessus-core/Makefile45
1 files changed, 0 insertions, 45 deletions
diff --git a/security/nessus-core/Makefile b/security/nessus-core/Makefile
deleted file mode 100644
index 4f5528043d3..00000000000
--- a/security/nessus-core/Makefile
+++ /dev/null
@@ -1,45 +0,0 @@
-# $NetBSD: Makefile,v 1.32 2008/01/18 05:09:38 tnn Exp $
-
-.include "../../security/nessus/Makefile.common"
-
-DISTNAME= nessus-core-${VERS}
-PKGREVISION= 1
-
-COMMENT= Core module of the Nessus Network Security Scanner
-
-WRKSRC= ${WRKDIR}/nessus-core
-
-GNU_CONFIGURE= yes
-USE_TOOLS+= pkg-config
-CONFIGURE_ARGS+= --enable-gtk
-CONFIGURE_ARGS+= --with-x
-CONFIGURE_ARGS+= --localstatedir=${VARBASE:Q}
-CONFIGURE_ARGS+= --sharedstatedir=${PKG_SYSCONFBASE:Q}
-CONFIGURE_ENV+= ac_cv_path_GTKCONFIG="pkg-config gtk+-2.0" \
- ac_cv_path_GLIBCONFIG="pkg-config glib-2.0"
-
-RCD_SCRIPTS= nessusd
-
-PKG_SYSCONFSUBDIR?= nessus
-
-OWN_DIRS_PERMS+= ${VARBASE}/nessus ${ROOT_USER} ${ROOT_GROUP} 0700
-OWN_DIRS_PERMS+= ${PKG_SYSCONFDIR} ${ROOT_USER} ${ROOT_GROUP} 0700
-
-OWN_DIRS+= ${PREFIX}/lib/nessus \
- ${PREFIX}/lib/nessus/reports \
- ${PREFIX}/lib/nessus/plugins
-
-MAKE_DIRS+= ${VARBASE}/nessus/jobs \
- ${VARBASE}/nessus/logs \
- ${VARBASE}/nessus/tmp \
- ${VARBASE}/nessus/users
-
-CONF_FILES+= ${BUILDLINK_PREFIX.libnasl}/share/examples/libnasl/nessus_org.pem \
- ${VARBASE}/nessus/nessus_org.pem
-CONF_FILES+= ${PREFIX}/share/examples/nessus/nessus-services \
- ${VARBASE}/nessus/nessus-services
-
-.include "../../security/libnasl/buildlink3.mk"
-.include "../../x11/gtk2/buildlink3.mk"
-
-.include "../../mk/bsd.pkg.mk"