openbsd-ports/x11/gnome/gdl/Makefile

34 lines
867 B
Makefile
Raw Normal View History

2011-11-04 05:56:28 -04:00
# $OpenBSD: Makefile,v 1.30 2011/11/04 09:56:29 jasper Exp $
COMMENT= GNOME Docking Library
GNOME_PROJECT= gdl
2011-10-03 14:06:44 -04:00
GNOME_VERSION= 3.2.0
2011-11-04 05:56:28 -04:00
REVISION= 1
2011-10-03 14:06:44 -04:00
SHARED_LIBS += gdl-3 0.1 # 1.3
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
WANTLIB += GL X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
WANTLIB += Xi Xinerama Xrandr Xrender Xxf86vm atk-1.0 cairo cairo-gobject
2011-10-03 14:06:44 -04:00
WANTLIB += drm expat ffi fontconfig freetype gdk-3 gdk_pixbuf-2.0
WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 gthread-2.0
2011-10-16 15:23:34 -04:00
WANTLIB += gtk-3 m pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre
WANTLIB += pixman-1 png pthread-stubs xcb xcb-render xcb-shm xml2
2011-11-04 05:56:28 -04:00
WANTLIB += z stdc++
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+3
2011-09-20 16:52:45 -04:00
MODGNOME_TOOLS= goi
.include <bsd.port.mk>