diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-04-30 09:41:24 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-04-30 09:41:24 +0800 |
commit | 2c04e2178d3ccce17af9d227a165f4025e1baf27 (patch) | |
tree | a95d6ef7b169e6753fca6a89006355f69851345e /devel/libgsf-gnome | |
parent | 97baa1cd09aa858ef3a8e9ad473cc43e7dcacebb (diff) | |
download | marcuscom-ports-2c04e2178d3ccce17af9d227a165f4025e1baf27.tar marcuscom-ports-2c04e2178d3ccce17af9d227a165f4025e1baf27.tar.gz marcuscom-ports-2c04e2178d3ccce17af9d227a165f4025e1baf27.tar.bz2 marcuscom-ports-2c04e2178d3ccce17af9d227a165f4025e1baf27.tar.lz marcuscom-ports-2c04e2178d3ccce17af9d227a165f4025e1baf27.tar.xz marcuscom-ports-2c04e2178d3ccce17af9d227a165f4025e1baf27.tar.zst marcuscom-ports-2c04e2178d3ccce17af9d227a165f4025e1baf27.zip |
Remove these ports now that they are in the ports tree.
Next stop, GNOME 2.15.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6155 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/libgsf-gnome')
-rw-r--r-- | devel/libgsf-gnome/Makefile | 36 | ||||
-rw-r--r-- | devel/libgsf-gnome/pkg-descr | 3 | ||||
-rw-r--r-- | devel/libgsf-gnome/pkg-plist | 11 |
3 files changed, 0 insertions, 50 deletions
diff --git a/devel/libgsf-gnome/Makefile b/devel/libgsf-gnome/Makefile deleted file mode 100644 index 63f12c1d6..000000000 --- a/devel/libgsf-gnome/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: libgsf -# Date created: 11 September 2002 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/libgsf-gnome/Makefile,v 1.8 2005/09/08 17:53:00 marcus Exp $ -# - -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 ltverhack intlhack -CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc/gsf \ - --disable-gtk-doc --with-bz2 --with-gnome -CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include" \ - LDFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib -lgsf-1" - -GCONF_SCHEMAS= -GSF_SLAVE= yes - -do-build: - @cd ${WRKSRC}/gsf-gnome && ${MAKE} - -do-install: - cd ${WRKSRC}/gsf-gnome && ${MAKE} ${INSTALL_TARGET} - ${MKDIR} ${PREFIX}/libdata/pkgconfig - ${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 deleted file mode 100644 index 0252aadf0..000000000 --- a/devel/libgsf-gnome/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 4f502a67c..000000000 --- a/devel/libgsf-gnome/pkg-plist +++ /dev/null @@ -1,11 +0,0 @@ -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.la -lib/libgsf-gnome-1.so -lib/libgsf-gnome-1.so.114 -libdata/pkgconfig/libgsf-gnome-1.pc -@dirrm include/libgsf-1/gsf-gnome |