diff options
author | marcus <marcus@FreeBSD.org> | 2002-05-13 11:21:45 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-05-13 11:21:45 +0800 |
commit | 426cf44c9a2475d874779ae1ddb0ca2ed5366a35 (patch) | |
tree | d3d4bbe7b3c8aeacd46b29be683f93c422406931 /sysutils/gconf-editor | |
parent | 8ed19eecfc980485e221145b65faa93f17066dea (diff) | |
download | freebsd-ports-graphics-426cf44c9a2475d874779ae1ddb0ca2ed5366a35.tar.gz freebsd-ports-graphics-426cf44c9a2475d874779ae1ddb0ca2ed5366a35.tar.zst freebsd-ports-graphics-426cf44c9a2475d874779ae1ddb0ca2ed5366a35.zip |
Add gconf-editor, a gconf database editor from GNOME 2.0.
Diffstat (limited to 'sysutils/gconf-editor')
-rw-r--r-- | sysutils/gconf-editor/Makefile | 36 | ||||
-rw-r--r-- | sysutils/gconf-editor/distinfo | 1 | ||||
-rw-r--r-- | sysutils/gconf-editor/pkg-comment | 1 | ||||
-rw-r--r-- | sysutils/gconf-editor/pkg-descr | 2 | ||||
-rw-r--r-- | sysutils/gconf-editor/pkg-plist | 18 |
5 files changed, 58 insertions, 0 deletions
diff --git a/sysutils/gconf-editor/Makefile b/sysutils/gconf-editor/Makefile new file mode 100644 index 00000000000..81f74121a56 --- /dev/null +++ b/sysutils/gconf-editor/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: gconf-editor +# Date created: 12 May 2002 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= gconf-editor +PORTVERSION= 0.1 +CATEGORIES= sysutils gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020509 +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org + +LIB_DEPENDS= gconf-2.5:${PORTSDIR}/devel/gconf2 + +USE_BZIP2= yes +USE_X_PREFIX= yes +USE_GMAKE= yes +USE_LIBTOOL= yes +CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ + --datadir=${PREFIX}/share/gnome +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" +CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} + +pre-patch: + @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ + s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure + @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ + 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ + s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' + +.include <bsd.port.mk> diff --git a/sysutils/gconf-editor/distinfo b/sysutils/gconf-editor/distinfo new file mode 100644 index 00000000000..53f8b1a1903 --- /dev/null +++ b/sysutils/gconf-editor/distinfo @@ -0,0 +1 @@ +MD5 (gnome2/gconf-editor-0.1.tar.bz2) = 1db6f1a8a585272056b4eb57c20809dd diff --git a/sysutils/gconf-editor/pkg-comment b/sysutils/gconf-editor/pkg-comment new file mode 100644 index 00000000000..781bc9fa449 --- /dev/null +++ b/sysutils/gconf-editor/pkg-comment @@ -0,0 +1 @@ +A gconf database editor for the GNOME 2.0 environment diff --git a/sysutils/gconf-editor/pkg-descr b/sysutils/gconf-editor/pkg-descr new file mode 100644 index 00000000000..f840cc1d25d --- /dev/null +++ b/sysutils/gconf-editor/pkg-descr @@ -0,0 +1,2 @@ +gconf-editor is a gconf database editor for GNOME 2.0. It is similar to +regedit on Windows. diff --git a/sysutils/gconf-editor/pkg-plist b/sysutils/gconf-editor/pkg-plist new file mode 100644 index 00000000000..f03d3c86cde --- /dev/null +++ b/sysutils/gconf-editor/pkg-plist @@ -0,0 +1,18 @@ +bin/gconf-editor +share/gnome/applications/gconf-editor.desktop +share/gnome/pixmaps/gconf-editor.png +share/gnome/pixmaps/gconf-editor/about-logo.png +share/gnome/pixmaps/gconf-editor/entry-blank.png +share/gnome/pixmaps/gconf-editor/entry-bool.png +share/gnome/pixmaps/gconf-editor/entry-list.png +share/gnome/pixmaps/gconf-editor/entry-number.png +share/gnome/pixmaps/gconf-editor/entry-schema.png +share/gnome/pixmaps/gconf-editor/entry-string.png +share/gnome/pixmaps/gconf-editor/folder-closed.png +share/gnome/pixmaps/gconf-editor/folder-open.png +share/gnome/pixmaps/gconf-editor/stock-about-16.png +share/locale/az/LC_MESSAGES/gconf-editor.mo +share/locale/ms/LC_MESSAGES/gconf-editor.mo +share/locale/no/LC_MESSAGES/gconf-editor.mo +share/locale/sv/LC_MESSAGES/gconf-editor.mo +@dirrm share/gnome/pixmaps/gconf-editor |