diff options
author | ghen <ghen> | 2006-02-03 08:20:54 +0000 |
---|---|---|
committer | ghen <ghen> | 2006-02-03 08:20:54 +0000 |
commit | 8401834dbc0b0de58174975bd9c6fd7da32e9ad4 (patch) | |
tree | dd078a2373527cfadac75df33e18c12e80b6f186 /sysutils/bacula-gnome-console | |
parent | 0d17909e74f68312e87d1a74030e5dce78f0c86e (diff) | |
download | pkgsrc-8401834dbc0b0de58174975bd9c6fd7da32e9ad4.tar.gz |
Convert the "gnome-console" option from sysutils/bacula to a stand-alone package.
Ok with wiz.
Diffstat (limited to 'sysutils/bacula-gnome-console')
-rw-r--r-- | sysutils/bacula-gnome-console/DESCR | 1 | ||||
-rw-r--r-- | sysutils/bacula-gnome-console/Makefile | 18 | ||||
-rw-r--r-- | sysutils/bacula-gnome-console/PLIST | 4 |
3 files changed, 23 insertions, 0 deletions
diff --git a/sysutils/bacula-gnome-console/DESCR b/sysutils/bacula-gnome-console/DESCR new file mode 100644 index 00000000000..be285445b61 --- /dev/null +++ b/sysutils/bacula-gnome-console/DESCR @@ -0,0 +1 @@ +Gnome console for Bacula - The Network Backup Solution diff --git a/sysutils/bacula-gnome-console/Makefile b/sysutils/bacula-gnome-console/Makefile new file mode 100644 index 00000000000..c23038683c9 --- /dev/null +++ b/sysutils/bacula-gnome-console/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/02/03 08:20:54 ghen Exp $ + +PKGNAME= ${DISTNAME:S/-/-gnomeconsole-/} +COMMENT= Gnome console for Bacula - The Network Backup Solution +CATEGORIES+= gnome + +DISTINFO_FILE= ${.CURDIR}/../../sysutils/bacula/distinfo +PATCHDIR= ${.CURDIR}/../../sysutils/bacula/patches + +CONFIGURE_ARGS+= --enable-client-only +CONFIGURE_ARGS+= --enable-gnome + +BUILD_DIRS= src/lib +BUILD_DIRS+= src/gnome2-console + +.include "../../sysutils/bacula/Makefile.common" +.include "../../devel/libgnomeui/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/sysutils/bacula-gnome-console/PLIST b/sysutils/bacula-gnome-console/PLIST new file mode 100644 index 00000000000..f6f5502b38f --- /dev/null +++ b/sysutils/bacula-gnome-console/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/02/03 08:20:54 ghen Exp $ +sbin/gnome-console +share/examples/bacula/gnome-console.conf +@unexec ${RMDIR} %D/share/examples/bacula 2>/dev/null || ${TRUE} |