d7ffacf681
Release notes available at: http://www.gnome.org/start/2.4/notes/ Please note that x11/gnome/bonobo-activation is now part of libbonobo
35 lines
816 B
Makefile
35 lines
816 B
Makefile
# $OpenBSD: Makefile,v 1.4 2003/10/07 05:48:55 marcm Exp $
|
|
|
|
COMMENT= "user interface components for GNOME"
|
|
|
|
DISTNAME= libgnomeui-2.4.0.1
|
|
CATEGORIES= x11/gnome
|
|
|
|
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/libgnomeui/2.4/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MODULES= gettext
|
|
|
|
BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig
|
|
LIB_DEPENDS= bonoboui-2::x11/gnome/libbonoboui
|
|
|
|
SEPARATE_BUILD= concurrent
|
|
USE_GMAKE= Yes
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
|
CONFIGURE_ARGS+= --disable-gtk-doc
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
|
|
|
|
.include <bsd.port.mk>
|