adf2ea6de4
* Fixed bug while grabbing resize grip * Correctly detect the required devhelp version * Fixed loading correct application icon
57 lines
1.4 KiB
Makefile
57 lines
1.4 KiB
Makefile
# $OpenBSD: Makefile,v 1.30 2011/05/13 12:15:38 ajacoutot Exp $
|
|
|
|
COMMENT= user interface builder for the gtk+3 toolkit
|
|
|
|
GNOME_VERSION= 3.10.0
|
|
GNOME_PROJECT= glade
|
|
|
|
REVISION= 3
|
|
|
|
CATEGORIES= devel
|
|
|
|
SHARED_LIBS += gladeui-2 0.0 # 0.0
|
|
|
|
HOMEPAGE= http://glade.gnome.org/
|
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>, \
|
|
Antoine Jacoutot <ajacoutot@openbsd.org>
|
|
|
|
# GPLv2 - LGPLv2
|
|
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 c cairo
|
|
WANTLIB += cairo-gobject drm expat ffi fontconfig freetype gdk-3
|
|
WANTLIB += gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0
|
|
WANTLIB += gthread-2.0 gtk-3 m pango-1.0 pangocairo-1.0 pangoft2-1.0
|
|
WANTLIB += pcre pixman-1 png pthread pthread-stubs ${MODPY_WANTLIB} util
|
|
WANTLIB += xcb xcb-render xcb-shm xml2 z
|
|
|
|
MODULES= devel/gettext \
|
|
x11/gnome \
|
|
lang/python
|
|
|
|
BUILD_DEPENDS= devel/gobject-introspection \
|
|
devel/py-gobject
|
|
|
|
LIB_DEPENDS= x11/gtk+3 \
|
|
devel/libffi
|
|
|
|
RUN_DEPENDS= x11/gnome/devhelp \
|
|
devel/py-gobject
|
|
|
|
DESKTOP_FILES= Yes
|
|
MODGNOME_HELP_FILES= Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
|
--disable-gtk-doc \
|
|
--enable-introspection
|
|
CONFIGURE_ENV= CPPFLAGS="-pthread -I${LOCALBASE}/include" \
|
|
LDFLAGS="-pthread -lutil -L${LOCALBASE}/lib"
|
|
|
|
.include <bsd.port.mk>
|