openbsd-ports/x11/gnome/ghex/Makefile

43 lines
1.1 KiB
Makefile
Raw Normal View History

2012-10-16 13:59:42 -04:00
# $OpenBSD: Makefile,v 1.45 2012/10/16 17:59:42 jasper Exp $
2010-10-18 08:24:34 -04:00
SHARED_ONLY= Yes
COMMENT= binary editor
GNOME_PROJECT= ghex
2012-10-16 13:59:42 -04:00
GNOME_VERSION= 3.6.1
SHARED_LIBS += gtkhex-3 0.0 # 0.0
CATEGORIES= sysutils editors
2012-03-30 10:09:59 -04:00
HOMEPAGE= https://live.gnome.org/Ghex
# GPLv2
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 fontconfig freetype gailutil-3
WANTLIB += gdk-3 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 xcb xcb-render
2011-11-04 05:56:28 -04:00
WANTLIB += xcb-shm z ffi stdc++
2012-09-28 07:44:05 -04:00
WANTLIB += ICE SM atk-bridge-2.0 atspi dbus-1 harfbuzz icudata
WANTLIB += icule icuuc
MODULES= devel/dconf \
devel/gettext \
x11/gnome
LIB_DEPENDS= x11/gtk+3
2011-09-20 16:52:45 -04:00
MODGNOME_TOOLS= yelp
2011-12-03 17:17:15 -05:00
MODGNOME_DESKTOP_FILE= Yes
MODGNOME_ICON_CACHE= Yes
.include <bsd.port.mk>