openbsd-ports/devel/glade3/Makefile

55 lines
1.7 KiB
Makefile
Raw Normal View History

2010-11-15 14:45:56 -05:00
# $OpenBSD: Makefile,v 1.28 2010/11/15 19:45:58 espie Exp $
COMMENT= user interface builder for the GTK2+ toolkit
GNOME_VERSION = 3.6.7
GNOME_PROJECT = glade3
2010-10-11 04:11:24 -04:00
REVISION = 4
CATEGORIES = devel
2010-09-30 11:18:54 -04:00
SHARED_LIBS += gladeui-1 1.0 # 10.0
HOMEPAGE = http://glade.gnome.org/
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>, \
Antoine Jacoutot <ajacoutot@openbsd.org>
# GPLv2, with exception of png images under:
# plugins/{gtk+,gnome}/icons (which are LGPL)
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
WANTLIB += ICE ORBit-2 ORBitCosNaming-2 SM X11 Xau Xcomposite
WANTLIB += Xcursor Xdamage Xdmcp Xext Xfixes Xi Xinerama Xrandr
2010-09-30 11:18:54 -04:00
WANTLIB += Xrender art_lgpl_2 atk-1.0 bonobo-2 bonobo-activation
WANTLIB += bonoboui-2 c cairo canberra crypto dbus-1 expat fontconfig
WANTLIB += freetype gailutil gconf-2 gcrypt gdk-x11-2.0 gdk_pixbuf-2.0
2010-10-11 04:11:24 -04:00
WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gnome-2 gnome-keyring
2010-09-30 11:18:54 -04:00
WANTLIB += gnomecanvas-2 gnomevfs-2 gobject-2.0 gpg-error gthread-2.0
WANTLIB += gtk-x11-2.0 ltdl m ogg pango-1.0 pangocairo-1.0 pangoft2-1.0
WANTLIB += pcre pixman-1 png popt pthread pthread-stubs ssl util
WANTLIB += vorbis vorbisfile xcb xcb-render xcb-render-util xml2
2010-11-08 04:57:39 -05:00
WANTLIB += z dbus-glib-1 gnomeui-2
MODULES= devel/gettext \
x11/gnome
2010-11-15 14:45:56 -05:00
LIB_DEPENDS= x11/dbus-glib \
x11/gnome/libgnomeui
RUN_DEPENDS= x11/gnome/devhelp
DESKTOP_FILES = Yes
MODGNOME_HELP_FILES = Yes
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
--disable-scrollkeeper \
--disable-python
CONFIGURE_ENV= CPPFLAGS="-pthread -I${LOCALBASE}/include" \
LDFLAGS="-pthread -L${LOCALBASE}/lib"
.include <bsd.port.mk>