openbsd-ports/x11/gnome/libgnomecanvas/Makefile
ajacoutot e26775f9fe - remove support for MODGNOME_DEVHELP_FILES from the gnome MODULE ;
it makes more sense to add devhelp as run_depends for gnome-session and
leave it to the user to install it manually for other packages

"if you're as happy as a pig in poop, commit it" jasper@
2008-06-02 14:10:06 +00:00

45 lines
1.3 KiB
Makefile

# $OpenBSD: Makefile,v 1.28 2008/06/02 14:10:06 ajacoutot Exp $
COMMENT= graphics library for GNOME
GNOME_PROJECT= libgnomecanvas
GNOME_VERSION= 2.20.1.1
SHARED_LIBS += gnomecanvas-2 2001.0 # .2001.0
CATEGORIES= x11
PKGNAME= ${DISTNAME}p2
# LGPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/${GNOME_PROJECT}/2.20/}
WANTLIB= X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes \
Xi Xinerama Xrandr Xrender atk-1.0 cairo expat fontconfig \
freetype gdk-x11-2.0 gdk_pixbuf-2.0 glib-2.0 glitz \
gmodule-2.0 gobject-2.0 gtk-x11-2.0 m pango-1.0 pangocairo-1.0 \
pangoft2-1.0 pcre png xml2 z
MODULES= devel/gettext \
x11/gnome
LIB_DEPENDS= glade-2.0.>=0::devel/libglade2 \
art_lgpl_2.>=5::graphics/libart \
gailutil.>=20::x11/gnome/gail
USE_X11= Yes
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
# The regression tests require a running instance of X.
# You will also need to set the XAUTHORITY environment variable to point
# to the appropriate .Xauthority file.
REGRESS_IS_INTERACTIVE= Yes
REGRESS_FLAGS=DISPLAY=${DISPLAY} XAUTHORITY=${XAUTHORITY}
.include <bsd.port.mk>