diff options
author | jylefort <jylefort@FreeBSD.org> | 2006-05-10 11:33:33 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2006-05-10 11:33:33 +0800 |
commit | 92e479cde8c491d97524761981a6fc5c76f89681 (patch) | |
tree | 0b49713606f72d7ea0d536401a575b0c003476ad /devel | |
parent | 8e2c24c142d465fca5ac80c5425ede48c61fc163 (diff) | |
download | freebsd-ports-gnome-92e479cde8c491d97524761981a6fc5c76f89681.tar.gz freebsd-ports-gnome-92e479cde8c491d97524761981a6fc5c76f89681.tar.zst freebsd-ports-gnome-92e479cde8c491d97524761981a6fc5c76f89681.zip |
Move the gconf2 programming reference to the gconf2-reference port.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/gconf2-reference/Makefile | 5 | ||||
-rw-r--r-- | devel/gconf2/Makefile | 13 | ||||
-rw-r--r-- | devel/gconf2/pkg-plist | 22 |
4 files changed, 16 insertions, 25 deletions
diff --git a/devel/Makefile b/devel/Makefile index c8d4ed56f164..f3b31870e569 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -307,6 +307,7 @@ SUBDIR += gccxml SUBDIR += gconf SUBDIR += gconf2 + SUBDIR += gconf2-reference SUBDIR += gconfmm SUBDIR += gconfmm26 SUBDIR += gcvs diff --git a/devel/gconf2-reference/Makefile b/devel/gconf2-reference/Makefile new file mode 100644 index 000000000000..59ed1e5e2754 --- /dev/null +++ b/devel/gconf2-reference/Makefile @@ -0,0 +1,5 @@ +# $FreeBSD$ + +REFERENCE_SRC= ${WRKSRC}/doc/gconf + +.include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk" diff --git a/devel/gconf2/Makefile b/devel/gconf2/Makefile index d83e2c0c2e63..bab9ca3fe245 100644 --- a/devel/gconf2/Makefile +++ b/devel/gconf2/Makefile @@ -8,7 +8,6 @@ PORTNAME= gconf2 PORTVERSION= 2.14.0 -PORTREVISION= 1 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/GConf/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -19,10 +18,16 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= A configuration database system for GNOME USE_BZIP2= yes +PREFIX?= ${X11BASE} + +.if !defined(REFERENCE_PORT) + +PORTREVISION= 2 + USE_GMAKE= yes USE_GETTEXT= yes -USE_X_PREFIX= yes -USE_GNOME= gnomehier gnomehack orbit2 gtk20 libxml2 linc ltverhack +USE_XLIB= yes +USE_GNOME= gnomehier gnomehack orbit2 gtk20 libxml2 linc ltverhack referencehack INSTALLS_SHLIB= yes USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ @@ -52,3 +57,5 @@ pre-everything:: .endif .include <bsd.port.post.mk> + +.endif diff --git a/devel/gconf2/pkg-plist b/devel/gconf2/pkg-plist index 566b5bfd71e3..44df2024422d 100644 --- a/devel/gconf2/pkg-plist +++ b/devel/gconf2/pkg-plist @@ -29,27 +29,6 @@ libexec/gconf-sanity-check-2 libexec/gconfd-2 %%LDAP%%share/GConf/schema/evoldap.schema share/aclocal/gconf-2.m4 -share/doc/gconf/ch01.html -share/doc/gconf/gconf-GConfClient.html -share/doc/gconf/gconf-gconf-backend.html -share/doc/gconf/gconf-gconf-changeset.html -share/doc/gconf/gconf-gconf-engine.html -share/doc/gconf/gconf-gconf-error.html -share/doc/gconf/gconf-gconf-internals.html -share/doc/gconf/gconf-gconf-listeners.html -share/doc/gconf/gconf-gconf-locale.html -share/doc/gconf/gconf-gconf-schema.html -share/doc/gconf/gconf-gconf-sources.html -share/doc/gconf/gconf-gconf-value.html -share/doc/gconf/gconf-gconf.html -share/doc/gconf/gconf.devhelp -share/doc/gconf/home.png -share/doc/gconf/index.html -share/doc/gconf/index.sgml -share/doc/gconf/left.png -share/doc/gconf/right.png -share/doc/gconf/style.css -share/doc/gconf/up.png share/locale/am/LC_MESSAGES/GConf2.mo share/locale/ar/LC_MESSAGES/GConf2.mo share/locale/az/LC_MESSAGES/GConf2.mo @@ -124,7 +103,6 @@ share/sgml/gconf/gconf-1.0.dtd @dirrmtry share/locale/zh_HK @dirrmtry share/locale/ku/LC_MESSAGES @dirrmtry share/locale/ku -@dirrm share/doc/gconf %%LDAP%%@dirrm share/GConf/schema %%LDAP%%@dirrm share/GConf @dirrm lib/GConf/2 |