summaryrefslogtreecommitdiffstats
path: root/devel/libgsf/Makefile
diff options
context:
space:
mode:
authoradamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059>2003-09-25 11:22:57 +0800
committeradamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059>2003-09-25 11:22:57 +0800
commit89bac22e15bdcdfc3c1f68096fe6a5ac13aac043 (patch)
tree9bbe7d46120c4a168ab09f2d54e389336b345857 /devel/libgsf/Makefile
parent8f70c1293a3b528702422bb5aa5ceeda3ff543b9 (diff)
downloadmarcuscom-ports-89bac22e15bdcdfc3c1f68096fe6a5ac13aac043.tar
marcuscom-ports-89bac22e15bdcdfc3c1f68096fe6a5ac13aac043.tar.gz
marcuscom-ports-89bac22e15bdcdfc3c1f68096fe6a5ac13aac043.tar.bz2
marcuscom-ports-89bac22e15bdcdfc3c1f68096fe6a5ac13aac043.tar.lz
marcuscom-ports-89bac22e15bdcdfc3c1f68096fe6a5ac13aac043.tar.xz
marcuscom-ports-89bac22e15bdcdfc3c1f68096fe6a5ac13aac043.tar.zst
marcuscom-ports-89bac22e15bdcdfc3c1f68096fe6a5ac13aac043.zip
Remove after merging with FreeBSD CVS.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1262 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/libgsf/Makefile')
-rw-r--r--devel/libgsf/Makefile32
1 files changed, 0 insertions, 32 deletions
diff --git a/devel/libgsf/Makefile b/devel/libgsf/Makefile
deleted file mode 100644
index 3ad8e797c..000000000
--- a/devel/libgsf/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# New ports collection makefile for: libgsf
-# Date created: 11 September 2002
-# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
-#
-# $FreeBSD: ports/devel/libgsf/Makefile,v 1.11 2003/06/07 20:20:52 adamw Exp $
-#
-
-PORTNAME= libgsf
-PORTVERSION= 1.8.2
-CATEGORIES= devel gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.8
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= An extensible i/o abstraction for dealing with structured file formats
-
-.if !exists(/usr/lib/libbz2.so.1)
-LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2
-.endif
-
-USE_BZIP2= yes
-USE_GMAKE= yes
-INSTALLS_SHLIB= yes
-USE_GNOME= gnomehack libbonobo gnomevfs2
-USE_LIBTOOL= yes
-CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc/gsf \
- --disable-gtk-doc --with-gnome --with-bz2
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-.include <bsd.port.mk>