summaryrefslogtreecommitdiffstats
path: root/devel/libgsf/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-03-06 05:26:56 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-03-06 05:26:56 +0800
commit31672c2cd4326b001016335a7197b86bea29c8fa (patch)
tree8c90b47d185a3541852d003bcf8deb642e9ec795 /devel/libgsf/Makefile
parent7c382120d4c7aeaf63a378ebb91acc50c5c63cca (diff)
downloadmarcuscom-ports-31672c2cd4326b001016335a7197b86bea29c8fa.tar
marcuscom-ports-31672c2cd4326b001016335a7197b86bea29c8fa.tar.gz
marcuscom-ports-31672c2cd4326b001016335a7197b86bea29c8fa.tar.bz2
marcuscom-ports-31672c2cd4326b001016335a7197b86bea29c8fa.tar.lz
marcuscom-ports-31672c2cd4326b001016335a7197b86bea29c8fa.tar.xz
marcuscom-ports-31672c2cd4326b001016335a7197b86bea29c8fa.tar.zst
marcuscom-ports-31672c2cd4326b001016335a7197b86bea29c8fa.zip
Update to 1.14.0 which brings with it a shared lib bump.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5847 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/libgsf/Makefile')
-rw-r--r--devel/libgsf/Makefile42
1 files changed, 42 insertions, 0 deletions
diff --git a/devel/libgsf/Makefile b/devel/libgsf/Makefile
new file mode 100644
index 000000000..97d19f7bf
--- /dev/null
+++ b/devel/libgsf/Makefile
@@ -0,0 +1,42 @@
+# New ports collection makefile for: libgsf
+# Date created: 11 September 2002
+# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom: ports/devel/libgsf/Makefile,v 1.17 2005/10/11 22:08:17 marcus Exp $
+#
+
+PORTNAME= libgsf
+PORTVERSION= 1.14.0
+PORTREVISION?= 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)
+LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2
+.endif
+
+USE_X_PREFIX= yes
+USE_BZIP2= yes
+USE_GMAKE= yes
+INSTALLS_SHLIB= yes
+USE_GNOME?= gnomehack glib20 libxml2 gconf2 ltverhack intlhack
+USE_AUTOTOOLS= libtool:15
+CONFIGURE_ARGS?=--with-html-dir=${PREFIX}/share/doc \
+ --disable-gtk-doc --without-gnome --with-bz2 \
+ --mandir=${PREFIX}/man \
+ --with-gconf-source=${GCONF_CONFIG_SOURCE}
+CONFIGURE_ENV?= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+.if !defined(GSF_SLAVE)
+GCONF_SCHEMAS= gsf-office-thumbnailer.schemas
+MAN1= gsf-office-thumbnailer.1
+.endif
+
+.include <bsd.port.mk>