diff options
author | ade <ade@FreeBSD.org> | 2001-05-23 08:49:11 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2001-05-23 08:49:11 +0800 |
commit | 33d20c6ae86f0ab85d600e154ac54a0064c88467 (patch) | |
tree | f88a06809de2952642f23a06d91399a99457680e /devel/gconf2 | |
parent | 240164ffc5a306708c7eab6943cd16765e72d623 (diff) | |
download | freebsd-ports-gnome-33d20c6ae86f0ab85d600e154ac54a0064c88467.tar.gz freebsd-ports-gnome-33d20c6ae86f0ab85d600e154ac54a0064c88467.tar.zst freebsd-ports-gnome-33d20c6ae86f0ab85d600e154ac54a0064c88467.zip |
Add pkgconfig support to most of the core of GNOME 1.4 and GTK+/GLIB 1.2
to make transitioning to GNOME/GTK+/GLIB a little easier.
Diffstat (limited to 'devel/gconf2')
-rw-r--r-- | devel/gconf2/Makefile | 1 | ||||
-rw-r--r-- | devel/gconf2/files/patch-ab | 15 | ||||
-rw-r--r-- | devel/gconf2/pkg-plist | 2 |
3 files changed, 13 insertions, 5 deletions
diff --git a/devel/gconf2/Makefile b/devel/gconf2/Makefile index fba5733e8557..de66cdf8dfe8 100644 --- a/devel/gconf2/Makefile +++ b/devel/gconf2/Makefile @@ -7,6 +7,7 @@ PORTNAME= gconf PORTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/GConf diff --git a/devel/gconf2/files/patch-ab b/devel/gconf2/files/patch-ab index 895ebded1cc3..032c7e5eab94 100644 --- a/devel/gconf2/files/patch-ab +++ b/devel/gconf2/files/patch-ab @@ -1,10 +1,15 @@ --- Makefile.in.orig Mon May 14 13:07:48 2001 -+++ Makefile.in Mon May 14 15:43:44 2001 -@@ -399,3 +399,3 @@ ++++ Makefile.in Mon May 21 23:29:41 2001 +@@ -37,3 +37,3 @@ + pkgdatadir = $(datadir)/@PACKAGE@ +-pkglibdir = $(libdir)/@PACKAGE@ ++pkglibdir = $(prefix)/libdata/pkgconfig + pkgincludedir = $(includedir)/@PACKAGE@ +@@ -144,3 +144,3 @@ --install-data-am: install-pkgconfigDATA install-data-local -+install-data-am: install-data-local - install-data: install-data-recursive +-pkgconfigdir = $(libdir)/pkgconfig ++pkgconfigdir = $(pkglibdir) + pkgconfig_DATA = gconf.pc gconfgtk.pc @@ -476,4 +476,4 @@ install-data-local: - -mkdir -p $(DESTDIR)$(datadir)/aclocal diff --git a/devel/gconf2/pkg-plist b/devel/gconf2/pkg-plist index 18cd54ffe782..ba1228fcb484 100644 --- a/devel/gconf2/pkg-plist +++ b/devel/gconf2/pkg-plist @@ -23,6 +23,8 @@ lib/libgconf-1.so.1 lib/libgconf-gtk-1.a lib/libgconf-gtk-1.so lib/libgconf-gtk-1.so.1 +libdata/pkgconfig/gconf.pc +libdata/pkgconfig/gconfgtk.pc share/aclocal/gconf-1.m4 share/gnome/oaf/gconfd-1.oafinfo share/locale/az/LC_MESSAGES/GConf.mo |