2011-12-03 23:20:52 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.75 2011/12/03 23:20:53 ajacoutot Exp $
|
2005-01-16 14:30:04 +00:00
|
|
|
|
2007-05-15 14:01:19 +00:00
|
|
|
SHARED_ONLY= Yes
|
2005-01-16 14:30:04 +00:00
|
|
|
|
2010-04-20 18:51:10 +00:00
|
|
|
COMMENT= GNOME web browser based on webkit
|
2009-01-06 09:52:49 +00:00
|
|
|
|
2009-07-12 20:34:03 +00:00
|
|
|
# PLIST regen is needed for at least the following ports when
|
|
|
|
# the epiphany extensions directory changes:
|
2011-09-12 07:26:18 +00:00
|
|
|
# (i.e. ${LOCALBASE}/lib/epiphany/${M}/extensions)
|
2009-07-12 20:34:03 +00:00
|
|
|
# www/epiphany-extensions
|
|
|
|
|
2009-01-06 09:52:49 +00:00
|
|
|
GNOME_PROJECT= epiphany
|
2011-10-18 14:23:14 +00:00
|
|
|
GNOME_VERSION= 3.2.1
|
2011-12-03 23:20:52 +00:00
|
|
|
REVISION= 2
|
2010-09-05 16:54:36 +00:00
|
|
|
|
2009-01-06 09:52:49 +00:00
|
|
|
M= ${GNOME_VERSION:C/^([0-9]+\.[0-9]+).*/\1/}
|
2011-09-12 07:26:18 +00:00
|
|
|
SUBST_VARS= M
|
2005-01-16 14:30:04 +00:00
|
|
|
CATEGORIES= www
|
2010-10-19 08:02:53 +00:00
|
|
|
USE_GROFF = Yes
|
2005-01-16 14:30:04 +00:00
|
|
|
|
2009-07-12 20:34:03 +00:00
|
|
|
HOMEPAGE= http://projects.gnome.org/epiphany/
|
2005-01-16 14:30:04 +00:00
|
|
|
|
2009-02-15 17:33:52 +00:00
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>, \
|
|
|
|
Antoine Jacoutot <ajacoutot@openbsd.org>
|
|
|
|
|
2008-11-19 14:12:41 +00:00
|
|
|
# GPLv2
|
2005-01-16 14:30:04 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2011-09-12 07:26:18 +00:00
|
|
|
WANTLIB += GL ICE SM X11 Xau Xcomposite Xcursor Xdamage Xdmcp
|
|
|
|
WANTLIB += Xext Xfixes Xi Xinerama Xrandr Xrender Xt Xxf86vm atk-1.0
|
2011-10-13 06:56:30 +00:00
|
|
|
WANTLIB += c cairo cairo-gobject dbus-1 drm enchant execinfo expat
|
|
|
|
WANTLIB += ffi fontconfig freetype gailutil-3 gcrypt gdk-3 gdk_pixbuf-2.0
|
|
|
|
WANTLIB += gio-2.0 girepository-1.0 glib-2.0 gmodule-2.0 gnome-keyring
|
|
|
|
WANTLIB += gobject-2.0 gpg-error gstapp-0.10 gstbase-0.10 gstinterfaces-0.10
|
|
|
|
WANTLIB += gstpbutils-0.10 gstreamer-0.10 gstvideo-0.10 gthread-2.0
|
|
|
|
WANTLIB += gtk-3 icudata icui18n icuuc javascriptcoregtk-3.0 jpeg
|
2011-10-18 16:09:09 +00:00
|
|
|
WANTLIB += m notify pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre
|
|
|
|
WANTLIB += pixman-1 png pthread pthread-stubs seed-gtk3 soup-2.4
|
2011-10-13 06:56:30 +00:00
|
|
|
WANTLIB += soup-gnome-2.4 sqlite3 stdc++ webkitgtk-3.0 xcb xcb-render
|
|
|
|
WANTLIB += xcb-shm xml2 xslt z
|
2011-09-12 07:26:18 +00:00
|
|
|
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
RUN_DEPENDS= devel/iso-codes \
|
2011-12-03 23:20:52 +00:00
|
|
|
devel/gsettings-desktop-schemas \
|
|
|
|
x11/gtk+2,-guic
|
2010-11-22 08:36:47 +00:00
|
|
|
LIB_DEPENDS= textproc/libxslt \
|
|
|
|
devel/libexecinfo \
|
2011-04-21 07:04:56 +00:00
|
|
|
devel/libnotify>=0.7.2 \
|
2011-09-12 07:26:18 +00:00
|
|
|
devel/libsoup,-gnome \
|
2011-10-13 06:56:30 +00:00
|
|
|
x11/gnome/seed>=3.2.0p0
|
2006-01-19 13:13:07 +00:00
|
|
|
|
2011-09-12 07:26:18 +00:00
|
|
|
MODULES= devel/dconf \
|
2009-10-13 09:57:41 +00:00
|
|
|
devel/gettext \
|
|
|
|
x11/gnome
|
2005-01-16 14:30:04 +00:00
|
|
|
|
2009-10-13 09:57:41 +00:00
|
|
|
LIBTOOL_FLAGS= --tag=disable-static
|
2011-12-03 23:20:52 +00:00
|
|
|
MODGNOME_DESKTOP_FILE= Yes
|
|
|
|
MODGNOME_ICON_CACHE= Yes
|
2011-09-20 20:51:51 +00:00
|
|
|
MODGNOME_TOOLS= goi yelp
|
2007-05-15 14:01:19 +00:00
|
|
|
|
2005-01-16 14:30:04 +00:00
|
|
|
CONFIGURE_STYLE=gnu
|
2011-09-20 21:04:24 +00:00
|
|
|
CONFIGURE_ARGS= --disable-static \
|
2010-04-22 20:49:26 +00:00
|
|
|
--disable-zeroconf \
|
|
|
|
--with-distributor-name="OpenBSD ports" \
|
2011-09-12 07:26:18 +00:00
|
|
|
--with-ca-file=/etc/ssl/cert.pem \
|
|
|
|
--enable-seed \
|
|
|
|
--disable-nss
|
2005-01-16 14:30:04 +00:00
|
|
|
|
2011-09-28 09:47:46 +00:00
|
|
|
MODGNOME_CPPFLAGS= -I${X11BASE}/include
|
|
|
|
CONFIGURE_ENV= HOME=/tmp
|
2005-01-16 14:30:04 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|