summaryrefslogtreecommitdiffstats
path: root/devel/libgsf/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-04-22 18:28:37 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-04-22 18:28:37 +0800
commitb0735b86d8fa82f149205dbe7fc490fd9f19b3b8 (patch)
treebe9e61237bf48f5ae57f6a240184740c7614fe94 /devel/libgsf/Makefile
parent1d368f3e7d4c07524c7c2dce126037f469930962 (diff)
downloadmarcuscom-ports-b0735b86d8fa82f149205dbe7fc490fd9f19b3b8.tar
marcuscom-ports-b0735b86d8fa82f149205dbe7fc490fd9f19b3b8.tar.gz
marcuscom-ports-b0735b86d8fa82f149205dbe7fc490fd9f19b3b8.tar.bz2
marcuscom-ports-b0735b86d8fa82f149205dbe7fc490fd9f19b3b8.tar.lz
marcuscom-ports-b0735b86d8fa82f149205dbe7fc490fd9f19b3b8.tar.xz
marcuscom-ports-b0735b86d8fa82f149205dbe7fc490fd9f19b3b8.tar.zst
marcuscom-ports-b0735b86d8fa82f149205dbe7fc490fd9f19b3b8.zip
Update libgsf to 1.14.26.
This removes libgsf_gnome support. (which shouldn't be used at this point) git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18384 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/libgsf/Makefile')
-rw-r--r--devel/libgsf/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/devel/libgsf/Makefile b/devel/libgsf/Makefile
new file mode 100644
index 000000000..e60709de7
--- /dev/null
+++ b/devel/libgsf/Makefile
@@ -0,0 +1,28 @@
+# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
+# $FreeBSD: head/devel/libgsf/Makefile 313549 2013-03-06 22:50:17Z kwm $
+# $MCom$
+
+PORTNAME= libgsf
+PORTVERSION= 1.14.26
+CATEGORIES= devel
+MASTER_SITES= GNOME
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Extensible I/O abstraction for dealing with structured file formats
+
+BUILD_DEPENDS+= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
+
+USE_XZ= yes
+USE_GMAKE= yes
+USE_GETTEXT= yes
+USE_LDCONFIG= yes
+USES= pathfix
+USE_GNOME= gnomeprefix glib20 libxml2 ltverhack intlhack
+USE_AUTOTOOLS= libtool
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
+
+MAN1= gsf.1 gsf-office-thumbnailer.1 gsf-vba-dump.1
+
+.include <bsd.port.mk>