summaryrefslogtreecommitdiffstats
path: root/devel/libgsf/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-11-29 16:00:42 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-11-29 16:00:42 +0800
commit64f1bbca0ea58e6da5515f1b1d19095e9a0df6d8 (patch)
tree39935e4faeb3e4e6e76a60b5e6352e31ef1c95ec /devel/libgsf/Makefile
parentde2f3ade2cd062f8a2ac673ef312f81b09ef69cc (diff)
downloadmarcuscom-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/Makefile')
-rw-r--r--devel/libgsf/Makefile32
1 files changed, 32 insertions, 0 deletions
diff --git a/devel/libgsf/Makefile b/devel/libgsf/Makefile
new file mode 100644
index 000000000..8c0aa18b8
--- /dev/null
+++ b/devel/libgsf/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for: libgsf
+# Date created: 11 September 2002
+# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= libgsf
+PORTVERSION= 1.11.0
+CATEGORIES?= devel
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R}
+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 glib20 libxml2
+USE_LIBTOOL_VER=15
+CONFIGURE_ARGS?=--with-html-dir=${PREFIX}/share/doc \
+ --disable-gtk-doc --without-gnome --with-bz2
+CONFIGURE_ENV?= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+.include <bsd.port.mk>