openbsd-ports/x11/gnome/yelp/Makefile

49 lines
1.5 KiB
Makefile
Raw Normal View History

2012-11-12 13:21:25 -05:00
# $OpenBSD: Makefile,v 1.87 2012/11/12 18:21:25 ajacoutot Exp $
COMMENT= GNOME help browser
GNOME_PROJECT= yelp
2012-11-12 13:21:25 -05:00
GNOME_VERSION= 3.6.2
2011-09-12 03:28:52 -04:00
SHARED_LIBS += yelp 0.0 # 0.0
2012-03-30 10:09:59 -04:00
HOMEPAGE= https://projects.gnome.org/yelp/
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2011-09-12 03:28:52 -04:00
WANTLIB += GL ICE SM X11 Xau Xcomposite Xcursor Xdamage Xdmcp
WANTLIB += Xext Xfixes Xi Xinerama Xrandr Xrender Xt Xxf86vm atk-1.0
2012-05-16 02:12:04 -04:00
WANTLIB += bz2 c cairo cairo-gobject dbus-1 dbus-glib-1 drm enchant
WANTLIB += expat exslt ffi fontconfig freetype gailutil-3 gcrypt
WANTLIB += gdk-3 gdk_pixbuf-2.0 geoclue gio-2.0 glib-2.0 gmodule-2.0
WANTLIB += gobject-2.0 gpg-error gstapp-0.10 gstaudio-0.10 gstbase-0.10
WANTLIB += gstfft-0.10 gstinterfaces-0.10 gstpbutils-0.10 gstreamer-0.10
2011-09-12 03:28:52 -04:00
WANTLIB += gstvideo-0.10 gthread-2.0 gtk-3 icudata icui18n icuuc
2012-05-16 02:12:04 -04:00
WANTLIB += javascriptcoregtk-3.0 jpeg lzma m orc-0.4 pango-1.0
WANTLIB += pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png pthread
WANTLIB += pthread-stubs soup-2.4 sqlite3 stdc++ webkitgtk-3.0
2012-09-27 07:04:02 -04:00
WANTLIB += atk-bridge-2.0 atspi harfbuzz icule
2012-05-16 02:12:04 -04:00
WANTLIB += xcb xcb-render xcb-shm xml2 xslt z
MODULES= devel/gettext \
x11/gnome \
2011-09-12 03:28:52 -04:00
devel/dconf
2012-09-27 07:04:02 -04:00
BUILD_DEPENDS= x11/gnome/yelp-xsl>=3.6.0 \
textproc/itstool
2012-09-27 07:04:02 -04:00
RUN_DEPENDS= x11/gnome/yelp-xsl>=3.6.0
2011-09-12 03:28:52 -04:00
2012-09-06 04:28:51 -04:00
LIB_DEPENDS= archivers/xz \
www/webkit,gtk3
2011-09-12 03:28:52 -04:00
2011-09-27 03:39:06 -04:00
MODGNOME_DESKTOP_FILE= Yes
CONFIGURE_ARGS+= --enable-lzma \
2011-09-12 03:28:52 -04:00
--enable-bz2
.include <bsd.port.mk>