openbsd-ports/x11/gnome/libgail-gnome/Makefile
ajacoutot 94cec8f444 - libgail-gnome.so is supposed to be a loadable module
(as with others in lib/gtk-2.0/modules/)

Now GNOME apps that want accessibility should be able to find this.

"looks good" jasper@
2008-03-18 19:08:07 +00:00

39 lines
1.2 KiB
Makefile

# $OpenBSD: Makefile,v 1.3 2008/03/18 19:08:07 ajacoutot Exp $
COMMENT= implementation of the ATK interface for GNOME widgets
GNOME_PROJECT= libgail-gnome
GNOME_VERSION= 1.20.0
CATEGORIES= devel
PKGNAME= ${DISTNAME}p1
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>