summaryrefslogtreecommitdiffstats
path: root/devel/libgsf/Makefile
diff options
context:
space:
mode:
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..53adfb414
--- /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: ports/devel/libgsf/Makefile,v 1.5 2003/01/19 19:39:38 marcus Exp $
+#
+
+PORTNAME= libgsf
+PORTVERSION= 1.7.2
+CATEGORIES= devel gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.7
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+
+LIB_DEPENDS= bonobo-2.0:${PORTSDIR}/devel/libbonobo \
+ gnomevfs-2.0:${PORTSDIR}/devel/gnomevfs2
+
+USE_BZIP2= yes
+USE_GMAKE= yes
+INSTALLS_SHLIB= yes
+USE_GNOMENG= yes
+USE_GNOME= gnomehack
+USE_LIBTOOL= yes
+CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc/gsf \
+ --disable-gtk-doc --with-gnome
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
+
+.include <bsd.port.mk>