diff options
Diffstat (limited to 'devel/libgsf/Makefile')
-rw-r--r-- | devel/libgsf/Makefile | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/devel/libgsf/Makefile b/devel/libgsf/Makefile new file mode 100644 index 000000000..896c425ff --- /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.22 2005/03/12 10:39:15 marcus Exp $ +# + +PORTNAME= libgsf +PORTVERSION= 1.12.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> |