mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Add gconf-editor, a gconf database editor from GNOME 2.0.
This commit is contained in:
parent
dbd557a145
commit
a36fd42547
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=58986
@ -63,6 +63,7 @@
|
||||
SUBDIR += fsck_ext2fs
|
||||
SUBDIR += ftrace
|
||||
SUBDIR += gcombust
|
||||
SUBDIR += gconf-editor
|
||||
SUBDIR += gfslicer
|
||||
SUBDIR += gkrellflynn
|
||||
SUBDIR += gkrellm
|
||||
|
36
sysutils/gconf-editor/Makefile
Normal file
36
sysutils/gconf-editor/Makefile
Normal file
@ -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>
|
1
sysutils/gconf-editor/distinfo
Normal file
1
sysutils/gconf-editor/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (gnome2/gconf-editor-0.1.tar.bz2) = 1db6f1a8a585272056b4eb57c20809dd
|
1
sysutils/gconf-editor/pkg-comment
Normal file
1
sysutils/gconf-editor/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A gconf database editor for the GNOME 2.0 environment
|
2
sysutils/gconf-editor/pkg-descr
Normal file
2
sysutils/gconf-editor/pkg-descr
Normal file
@ -0,0 +1,2 @@
|
||||
gconf-editor is a gconf database editor for GNOME 2.0. It is similar to
|
||||
regedit on Windows.
|
18
sysutils/gconf-editor/pkg-plist
Normal file
18
sysutils/gconf-editor/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user