cc25947475
A library for reading and writing structured files (such as MS OLE and Zip). Used by several other upcomming Gnome programs.
34 lines
794 B
Makefile
34 lines
794 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2003/10/06 17:12:02 marcm Exp $
|
|
|
|
COMMENT= "GNOME Structured File library"
|
|
|
|
DISTNAME= libgsf-1.8.2
|
|
CATEGORIES= devel
|
|
|
|
HOMEPAGE= http://www.gnome.org/
|
|
|
|
MAINTAINER= Marc Matteo <marcm@openbsd.org>
|
|
|
|
# LGPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgsf/1.8/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
BUILD_DEPENDS= :pkgconfig->=0.14.0:devel/pkgconfig
|
|
LIB_DEPENDS= gnomevfs-2::x11/gnome/vfs2
|
|
|
|
SEPARATE_BUILD= concurrent
|
|
USE_GMAKE= Yes
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
|
CONFIGURE_ARGS+= --disable-gtk-doc
|
|
CONFIGURE_ARGS+= --with-gnome
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
.include <bsd.port.mk>
|