openbsd-ports/x11/gnome/gail/Makefile
jasper 7af8f3fbb2 convert these gnome ports to use the new x11/gnome module.
this module is now mature enough to be used in new ports too.

feedback and ok martynas@
2007-07-05 22:50:10 +00:00

32 lines
854 B
Makefile

# $OpenBSD: Makefile,v 1.22 2007/07/05 22:50:10 jasper Exp $
COMMENT= GNOME Accessibility Implementation Library
GNOME_PROJECT= gail
GNOME_VERSION= 1.18.0
SHARED_LIBS += gailutil 18.1 # .18.1
PKGNAME= ${DISTNAME}p0
CATEGORIES= devel
# LGPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= X11 Xau Xcursor Xdmcp Xext Xfixes Xi Xinerama Xrandr \
Xrender art_lgpl_2 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 png z
MODULES= devel/gettext \
x11/gnome
LIB_DEPENDS= gnomecanvas-2.>=1400::x11/gnome/libgnomecanvas
USE_X11= Yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>