9c00e2c16d
This module contains some library functions that came from Gnumeric and Evolution. The idea is to reuse the code across various larger GNOME applications that might want to use it. The API is not frozen and might change at any time. Larger class renaming might happen at any point without notice. Use this library at your own risk. Submitted by Marc Matteo <marcm@lectroid.net>. Ok naddy@.
42 lines
988 B
Makefile
42 lines
988 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2002/05/21 19:43:55 nino Exp $
|
|
|
|
COMMENT= "GNOME Application Libs"
|
|
|
|
DISTNAME= gal-0.19.2
|
|
CATEGORIES= devel x11/gnome
|
|
NEED_VERSION= 1.530
|
|
HOMEPAGE= http://www.gnome.org/
|
|
|
|
MAINTAINER= Marc Matteo <marcm@lectroid.net>
|
|
|
|
# LGPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=unstable/sources/gal/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MODULES= gettext
|
|
|
|
BUILD_DEPENDS= :gnome-libs->1.4:x11/gnome/libs \
|
|
:gnome-print->=0.25:x11/gnome/print \
|
|
:libglade->=0.13:devel/libglade,gnome \
|
|
:libxml1->=1.8.8:textproc/libxml1
|
|
|
|
LIB_DEPENDS= gtk.1.2,gdk.1.2::x11/gtk+ \
|
|
glib.1.2,gmodule.1.2::devel/glib
|
|
|
|
SEPARATE_BUILD= concurrent
|
|
USE_X11= Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
|
|
--with-libiconv=${LOCALBASE} \
|
|
--disable-gtk-doc
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
.include <bsd.port.mk>
|