summaryrefslogtreecommitdiffstats
path: root/devel/libgsf/Makefile
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-18 20:34:54 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-18 20:34:54 +0800
commit2fea55032339985e6ec7ab360cfd7895f5d59bbc (patch)
tree0b191352634e2e0780c9917994f486baac3554f8 /devel/libgsf/Makefile
parent0325264b81ca8c91adde22d2984f2688495bff67 (diff)
downloadmarcuscom-ports-2fea55032339985e6ec7ab360cfd7895f5d59bbc.tar
marcuscom-ports-2fea55032339985e6ec7ab360cfd7895f5d59bbc.tar.gz
marcuscom-ports-2fea55032339985e6ec7ab360cfd7895f5d59bbc.tar.bz2
marcuscom-ports-2fea55032339985e6ec7ab360cfd7895f5d59bbc.tar.lz
marcuscom-ports-2fea55032339985e6ec7ab360cfd7895f5d59bbc.tar.xz
marcuscom-ports-2fea55032339985e6ec7ab360cfd7895f5d59bbc.tar.zst
marcuscom-ports-2fea55032339985e6ec7ab360cfd7895f5d59bbc.zip
- Move to LOCALBASE
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6622 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/libgsf/Makefile')
-rw-r--r--devel/libgsf/Makefile43
1 files changed, 43 insertions, 0 deletions
diff --git a/devel/libgsf/Makefile b/devel/libgsf/Makefile
new file mode 100644
index 000000000..14f559e22
--- /dev/null
+++ b/devel/libgsf/Makefile
@@ -0,0 +1,43 @@
+# 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.22 2006/04/23 22:42:46 mezz Exp $
+#
+
+PORTNAME= libgsf
+PORTVERSION= 1.14.1
+PORTREVISION?= 1
+CATEGORIES?= devel
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
+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_XLIB= yes
+USE_BZIP2= yes
+USE_GMAKE= yes
+USE_GETTEXT= 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>