aboutsummaryrefslogtreecommitdiff
path: root/devel/libgsf/Makefile
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-05-13 04:24:49 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-05-13 04:24:49 +0000
commit860df1f0b6856f4dc0324f7444628be8ef877a58 (patch)
tree6ab3ca7e0ce700e626f874cfef2956717f8e1f58 /devel/libgsf/Makefile
parent8d61d21b484a020678da65b4cf9840110383c287 (diff)
Notes
Diffstat (limited to 'devel/libgsf/Makefile')
-rw-r--r--devel/libgsf/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/devel/libgsf/Makefile b/devel/libgsf/Makefile
index 7a7a74212d2d..e4a9057126a9 100644
--- a/devel/libgsf/Makefile
+++ b/devel/libgsf/Makefile
@@ -6,22 +6,26 @@
#
PORTNAME= libgsf
-PORTVERSION= 1.7.2
+PORTVERSION= 1.8.0
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.7
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.8
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 libbonobo gnomevfs2
USE_LIBTOOL= yes
CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc/gsf \
- --disable-gtk-doc --with-gnome
+ --disable-gtk-doc --with-gnome --with-bz2
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"