openbsd-ports/x11/gnome/gdl/Makefile

34 lines
895 B
Makefile
Raw Normal View History

2011-05-23 04:24:41 -04:00
# $OpenBSD: Makefile,v 1.21 2011/05/23 08:24:41 jasper Exp $
2011-05-23 04:24:41 -04:00
COMMENT= GNOME Docking library
GNOME_PROJECT= gdl
2010-09-30 03:40:14 -04:00
GNOME_VERSION= 2.30.1
2011-05-23 04:24:41 -04:00
REVISION= 1
2010-09-30 03:40:14 -04:00
SHARED_LIBS += gdl-1 1.0 # 3.0
2009-10-11 14:28:51 -04:00
# LGPLv2.1+
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2009-10-11 14:28:51 -04:00
WANTLIB += X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
WANTLIB += Xi Xinerama Xrandr Xrender atk-1.0 cairo expat fontconfig
2010-10-11 04:11:24 -04:00
WANTLIB += freetype gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0
WANTLIB += m pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1 xml2
WANTLIB += png pthread-stubs xcb xcb-render xcb-render-util z gthread-2.0
WANTLIB += gdk_pixbuf-2.0 gdk-x11-2.0 gtk-x11-2.0
2009-10-11 14:28:51 -04:00
MODULES= devel/gettext \
x11/gnome
2010-11-22 03:36:47 -05:00
LIB_DEPENDS= textproc/libxml \
x11/gtk+2
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>