diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-11-29 16:00:42 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-11-29 16:00:42 +0800 |
commit | 64f1bbca0ea58e6da5515f1b1d19095e9a0df6d8 (patch) | |
tree | 39935e4faeb3e4e6e76a60b5e6352e31ef1c95ec /devel/libgsf-gnome | |
parent | de2f3ade2cd062f8a2ac673ef312f81b09ef69cc (diff) | |
download | marcuscom-ports-64f1bbca0ea58e6da5515f1b1d19095e9a0df6d8.tar marcuscom-ports-64f1bbca0ea58e6da5515f1b1d19095e9a0df6d8.tar.gz marcuscom-ports-64f1bbca0ea58e6da5515f1b1d19095e9a0df6d8.tar.bz2 marcuscom-ports-64f1bbca0ea58e6da5515f1b1d19095e9a0df6d8.tar.lz marcuscom-ports-64f1bbca0ea58e6da5515f1b1d19095e9a0df6d8.tar.xz marcuscom-ports-64f1bbca0ea58e6da5515f1b1d19095e9a0df6d8.tar.zst marcuscom-ports-64f1bbca0ea58e6da5515f1b1d19095e9a0df6d8.zip |
Update to 1.11.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3148 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/libgsf-gnome')
-rw-r--r-- | devel/libgsf-gnome/Makefile | 31 | ||||
-rw-r--r-- | devel/libgsf-gnome/pkg-descr | 3 | ||||
-rw-r--r-- | devel/libgsf-gnome/pkg-plist | 10 |
3 files changed, 44 insertions, 0 deletions
diff --git a/devel/libgsf-gnome/Makefile b/devel/libgsf-gnome/Makefile new file mode 100644 index 000000000..172b752b9 --- /dev/null +++ b/devel/libgsf-gnome/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: libgsf +# Date created: 11 September 2002 +# Whom: Maxim Sobolev <sobomax@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= devel gnome +PKGNAMESUFFIX= -gnome + +MAINTAINER= gnome@FreeBSD.org +COMMENT= A GNOME wrapper for libgsf + +MASTERDIR= ${.CURDIR}/../libgsf +DESCR= ${.CURDIR}/pkg-descr +PLIST= ${.CURDIR}/pkg-plist + +USE_GNOME= gnomehack libgsf gnomevfs2 +CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc/gsf \ + --disable-gtk-doc --with-bz2 --with-gnome +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib -lgsf-1" + +do-build: + @cd ${WRKSRC}/gsf-gnome && ${MAKE} + +do-install: + cd ${WRKSRC}/gsf-gnome && ${MAKE} install + ${INSTALL_DATA} ${WRKSRC}/libgsf-gnome-1.pc ${PREFIX}/libdata/pkgconfig + +.include "${MASTERDIR}/Makefile" diff --git a/devel/libgsf-gnome/pkg-descr b/devel/libgsf-gnome/pkg-descr new file mode 100644 index 000000000..0252aadf0 --- /dev/null +++ b/devel/libgsf-gnome/pkg-descr @@ -0,0 +1,3 @@ +The library is a bonobo and gnomevfs wrapper for libgsf, providing a high level +API for GNOME applications to access and exchange various structured file +formats. diff --git a/devel/libgsf-gnome/pkg-plist b/devel/libgsf-gnome/pkg-plist new file mode 100644 index 000000000..fdd0f93c5 --- /dev/null +++ b/devel/libgsf-gnome/pkg-plist @@ -0,0 +1,10 @@ +include/libgsf-1/gsf-gnome/gsf-input-bonobo.h +include/libgsf-1/gsf-gnome/gsf-input-gnomevfs.h +include/libgsf-1/gsf-gnome/gsf-output-bonobo.h +include/libgsf-1/gsf-gnome/gsf-output-gnomevfs.h +include/libgsf-1/gsf-gnome/gsf-shared-bonobo-stream.h +lib/libgsf-gnome-1.a +lib/libgsf-gnome-1.so +lib/libgsf-gnome-1.so.12 +libdata/pkgconfig/libgsf-gnome-1.pc +@dirrm include/libgsf-1/gsf-gnome |