openbsd-ports/x11/gnome/gucharmap/Makefile

45 lines
1.1 KiB
Makefile
Raw Normal View History

2011-10-17 07:53:45 -04:00
# $OpenBSD: Makefile,v 1.58 2011/10/17 11:58:22 jasper Exp $
SHARED_ONLY= Yes
COMMENT= Unicode character map for the GNOME project
GNOME_PROJECT= gucharmap
2011-10-17 07:53:45 -04:00
GNOME_VERSION= 3.2.1
2011-09-12 04:35:20 -04:00
SHARED_LIBS += gucharmap_2_90 0.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
2011-09-26 09:05:08 -04:00
WANTLIB += GL ORBit-2 X11 Xcomposite Xcursor Xdamage Xext Xfixes
WANTLIB += Xi Xinerama Xrandr Xrender atk-1.0 c cairo cairo-gobject
WANTLIB += 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
2011-09-26 09:05:08 -04:00
WANTLIB += pixman-1 png pthread pthread-stubs xcb xcb-render xcb-shm
WANTLIB += z
MODULES= devel/gettext \
x11/gnome \
devel/gconf2
# XXX: the libtool wrapper script is passed as argument to g-ir-scanner,
# instead of the actual library
USE_LIBTOOL= gnu
2011-09-26 09:37:17 -04:00
MODGNOME_TOOLS= goi yelp
2011-09-26 09:05:08 -04:00
MODGNOME_DESKTOP_FILE= Yes
MODGCONF2_SCHEMAS_DIR= gucharmap
LIB_DEPENDS+= x11/gtk+3,-main
MODGNOME_CPPFLAGS= -I${X11BASE}/include
.include <bsd.port.mk>