openbsd-ports/x11/gnome/ghex/Makefile
2013-03-29 18:08:21 +00:00

39 lines
978 B
Makefile

# $OpenBSD: Makefile,v 1.47 2013/03/29 18:08:21 jasper Exp $
SHARED_ONLY= Yes
COMMENT= binary editor
GNOME_PROJECT= ghex
GNOME_VERSION= 3.8.0
SHARED_LIBS += gtkhex-3 0.0 # 0.0
CATEGORIES= sysutils editors
HOMEPAGE= https://live.gnome.org/Ghex
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += ICE SM X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi
WANTLIB += Xinerama Xrandr Xrender atk-1.0 atk-bridge-2.0 atspi
WANTLIB += c cairo cairo-gobject dbus-1 expat ffi fontconfig freetype
WANTLIB += gailutil-3 gdk-3 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0
WANTLIB += gobject-2.0 graphite2 gthread-2.0 gtk-3 harfbuzz icudata
WANTLIB += icule icuuc m pango-1.0 pangocairo-1.0 pangoft2-1.0
WANTLIB += pcre pixman-1 png pthread pthread-stubs xcb xcb-render
WANTLIB += xcb-shm z
MODULES= devel/dconf \
devel/gettext \
x11/gnome
LIB_DEPENDS= x11/gtk+3
MODGNOME_TOOLS= yelp
MODGNOME_DESKTOP_FILE= Yes
MODGNOME_ICON_CACHE= Yes
.include <bsd.port.mk>