0bbbd35e32
espie asked me in such a nice way to fix this that I'm bumping all ports that have a direct dependency on glib2.
42 lines
1.0 KiB
Makefile
42 lines
1.0 KiB
Makefile
# $OpenBSD: Makefile,v 1.65 2012/09/01 14:36:59 ajacoutot Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= Unicode character map for the GNOME project
|
|
|
|
GNOME_PROJECT= gucharmap
|
|
GNOME_VERSION= 3.4.1.1
|
|
REVISION= 0
|
|
|
|
SHARED_LIBS += gucharmap_2_90 7.0 # 7.0
|
|
|
|
HOMEPAGE= http://live.gnome.org/Gucharmap
|
|
|
|
# GPLv3+
|
|
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 stdc++ xcb
|
|
WANTLIB += xcb-render xcb-shm z
|
|
|
|
MODULES= devel/gettext \
|
|
devel/dconf \
|
|
x11/gnome
|
|
|
|
MODGNOME_TOOLS= goi yelp
|
|
|
|
LIB_DEPENDS+= x11/gtk+3,-main
|
|
|
|
MODGNOME_CPPFLAGS= -I${X11BASE}/include
|
|
|
|
CONFIGURE_ARGS= --disable-Bsymbolic
|
|
|
|
.include <bsd.port.mk>
|