openbsd-ports/www/epiphany/Makefile

82 lines
2.4 KiB
Makefile
Raw Normal View History

2013-01-05 07:56:59 -05:00
# $OpenBSD: Makefile,v 1.87 2013/01/05 12:56:59 ajacoutot Exp $
SHARED_ONLY= Yes
2010-04-20 14:51:10 -04:00
COMMENT= GNOME web browser based on webkit
# PLIST regen is needed for at least the following ports when
# the epiphany extensions directory changes:
# (i.e. ${LOCALBASE}/lib/epiphany/${M}/extensions)
# www/epiphany-extensions
GNOME_PROJECT= epiphany
2012-08-14 04:10:53 -04:00
GNOME_VERSION= 3.4.3
2013-01-05 07:56:59 -05:00
REVISION= 6
2012-04-07 09:31:29 -04:00
# NOTE: when M changes, increment M accordingly and bump:
# www/epiphany-extensions
M= ${GNOME_VERSION:C/^([0-9]+\.[0-9]+).*/\1/}
SUBST_VARS= M
2012-04-07 09:31:29 -04:00
CATEGORIES= www
2010-10-19 04:02:53 -04:00
USE_GROFF = Yes
HOMEPAGE= http://projects.gnome.org/epiphany/
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>, \
Antoine Jacoutot <ajacoutot@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB += GL ICE SM X11 Xau Xcomposite Xcursor Xdamage Xdmcp
WANTLIB += Xext Xfixes Xi Xinerama Xrandr Xrender Xt Xxf86vm atk-1.0
2012-04-03 11:40:29 -04:00
WANTLIB += avahi-client avahi-common avahi-glib avahi-gobject
WANTLIB += c cairo cairo-gobject dbus-1 dbus-glib-1 drm enchant
WANTLIB += execinfo expat ffi fontconfig freetype gailutil-3 gcrypt
2012-09-28 10:50:13 -04:00
WANTLIB += gdk-3 gdk_pixbuf-2.0 geoclue gio-2.0
2012-04-03 11:40:29 -04:00
WANTLIB += glib-2.0 gmodule-2.0 gnome-keyring gobject-2.0 gpg-error
WANTLIB += gstapp-0.10 gstaudio-0.10 gstbase-0.10 gstfft-0.10
WANTLIB += gstinterfaces-0.10 gstpbutils-0.10 gstreamer-0.10 gstvideo-0.10
WANTLIB += gthread-2.0 gtk-3 icudata icui18n icuuc javascriptcoregtk-3.0
WANTLIB += jpeg m notify orc-0.4 pango-1.0 pangocairo-1.0 pangoft2-1.0
2012-09-28 10:50:13 -04:00
WANTLIB += pcre pixman-1 png pthread pthread-stubs soup-2.4
2011-10-13 02:56:30 -04:00
WANTLIB += soup-gnome-2.4 sqlite3 stdc++ webkitgtk-3.0 xcb xcb-render
2012-09-28 06:32:07 -04:00
WANTLIB += atk-bridge-2.0 atspi harfbuzz icule
WANTLIB += xcb-shm xml2 xslt z girepository-1.0
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= devel/iso-codes \
2012-04-03 11:40:29 -04:00
devel/gsettings-desktop-schemas
2010-11-22 03:36:47 -05:00
LIB_DEPENDS= textproc/libxslt \
devel/gobject-introspection \
2010-11-22 03:36:47 -05:00
devel/libexecinfo \
2012-04-03 11:40:29 -04:00
devel/libnotify \
devel/libsoup,-gnome \
2012-09-28 10:50:13 -04:00
www/webkit,gtk3
# webkit browsing
RUN_DEPENDS += multimedia/gstreamer-0.10/plugins-ffmpeg \
multimedia/gstreamer-0.10/plugins-good
MODULES= devel/dconf \
devel/gettext \
x11/gnome
LIBTOOL_FLAGS= --tag=disable-static
2012-04-03 11:40:29 -04:00
2011-12-03 18:20:52 -05:00
MODGNOME_DESKTOP_FILE= Yes
2012-04-03 11:40:29 -04:00
MODGNOME_TOOLS= goi yelp
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= --disable-static \
2012-04-03 11:40:29 -04:00
--disable-nss \
--with-distributor-name="OpenBSD ports"
MODGNOME_CPPFLAGS= -I${X11BASE}/include
.include <bsd.port.mk>