openbsd-ports/x11/gnome/gucharmap/Makefile

42 lines
1.0 KiB
Makefile
Raw Normal View History

# $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
2011-09-12 04:35:20 -04:00
2012-03-29 02:42:45 -04:00
SHARED_LIBS += gucharmap_2_90 7.0 # 7.0
HOMEPAGE= http://live.gnome.org/Gucharmap
2011-05-14 08:36:18 -04:00
# GPLv3+
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2012-03-29 02:42:45 -04:00
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 \
2012-03-29 02:42:45 -04:00
devel/dconf \
x11/gnome
2011-09-26 09:37:17 -04:00
MODGNOME_TOOLS= goi yelp
LIB_DEPENDS+= x11/gtk+3,-main
MODGNOME_CPPFLAGS= -I${X11BASE}/include
2012-03-29 02:42:45 -04:00
CONFIGURE_ARGS= --disable-Bsymbolic
.include <bsd.port.mk>