openbsd-ports/x11/gnome/libgail-gnome/Makefile
jasper 28f99ceb93 import libgail-gnome 1.20.0
The libgail-gnome package contains the GNOME Accessibility
Implementation library additions which implement ATK interfaces for
libbonoboui and libgnomeui widgets.
2007-11-19 18:29:52 +00:00

39 lines
1.2 KiB
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2007/11/19 18:29:52 jasper Exp $
COMMENT= implementation of the ATK interface for GNOME widgets
GNOME_PROJECT= libgail-gnome
GNOME_VERSION= 1.20.0
SHARED_LIBS += gail-gnome 0.0 # .0.0
CATEGORIES= devel
HOMEPAGE= http://developer.gnome.org/projects/gap/
# LGPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= devel/gettext \
x11/gnome
WANTLIB= ICE ORBit-2 ORBitCosNaming-2 SM X11 Xau Xcomposite \
Xcursor Xdamage Xdmcp Xext Xfixes Xi Xinerama Xrandr \
Xrender Xtst art_lgpl_2 atk-1.0 audiofile bonobo-2 \
bonobo-activation bonoboui-2 cairo crypto dbus-1 dbus-glib-1 \
esd expat fontconfig freetype gailutil gconf-2 gdk-x11-2.0 \
gdk_pixbuf-2.0 glade-2.0 glib-2.0 glitz gmodule-2.0 \
gnome-2 gnome-keyring gnomecanvas-2 gnomeui-2 gnomevfs-2 \
gobject-2.0 gthread-2.0 gtk-x11-2.0 jpeg m pango-1.0 \
pangocairo-1.0 pangoft2-1.0 pcre png popt ssl util xml2 z
LIB_DEPENDS= spi::x11/gnome/at-spi \
panel-applet-2::x11/gnome/panel
CONFIGURE_ARGS+= --disable-scrollkeeper
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>