2011-10-18 12:09:09 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.74 2011/10/18 16:09:52 ajacoutot Exp $
|
2005-01-16 09:30:04 -05:00
|
|
|
|
2007-05-15 10:01:19 -04:00
|
|
|
SHARED_ONLY= Yes
|
2005-01-16 09:30:04 -05:00
|
|
|
|
2010-04-20 14:51:10 -04:00
|
|
|
COMMENT= GNOME web browser based on webkit
|
2009-01-06 04:52:49 -05:00
|
|
|
|
2009-07-12 16:34:03 -04:00
|
|
|
# PLIST regen is needed for at least the following ports when
|
|
|
|
# the epiphany extensions directory changes:
|
2011-09-12 03:26:18 -04:00
|
|
|
# (i.e. ${LOCALBASE}/lib/epiphany/${M}/extensions)
|
2009-07-12 16:34:03 -04:00
|
|
|
# www/epiphany-extensions
|
|
|
|
|
2009-01-06 04:52:49 -05:00
|
|
|
GNOME_PROJECT= epiphany
|
2011-10-18 10:23:14 -04:00
|
|
|
GNOME_VERSION= 3.2.1
|
2011-10-18 12:09:09 -04:00
|
|
|
REVISION= 0
|
2010-09-05 12:54:36 -04:00
|
|
|
|
2009-01-06 04:52:49 -05:00
|
|
|
M= ${GNOME_VERSION:C/^([0-9]+\.[0-9]+).*/\1/}
|
2011-09-12 03:26:18 -04:00
|
|
|
SUBST_VARS= M
|
2005-01-16 09:30:04 -05:00
|
|
|
CATEGORIES= www
|
2010-10-19 04:02:53 -04:00
|
|
|
USE_GROFF = Yes
|
2005-01-16 09:30:04 -05:00
|
|
|
|
2009-07-12 16:34:03 -04:00
|
|
|
HOMEPAGE= http://projects.gnome.org/epiphany/
|
2005-01-16 09:30:04 -05:00
|
|
|
|
2009-02-15 12:33:52 -05:00
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>, \
|
|
|
|
Antoine Jacoutot <ajacoutot@openbsd.org>
|
|
|
|
|
2008-11-19 09:12:41 -05:00
|
|
|
# GPLv2
|
2005-01-16 09:30:04 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2011-09-12 03:26:18 -04: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 02:56:30 -04: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 12:09:09 -04: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 02:56:30 -04:00
|
|
|
WANTLIB += soup-gnome-2.4 sqlite3 stdc++ webkitgtk-3.0 xcb xcb-render
|
|
|
|
WANTLIB += xcb-shm xml2 xslt z
|
2011-09-12 03:26:18 -04:00
|
|
|
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
RUN_DEPENDS= devel/iso-codes \
|
|
|
|
devel/gsettings-desktop-schemas
|
2010-11-22 03:36:47 -05:00
|
|
|
LIB_DEPENDS= textproc/libxslt \
|
|
|
|
devel/libexecinfo \
|
2011-04-21 03:04:56 -04:00
|
|
|
devel/libnotify>=0.7.2 \
|
2011-09-12 03:26:18 -04:00
|
|
|
devel/libsoup,-gnome \
|
2011-10-13 02:56:30 -04:00
|
|
|
x11/gnome/seed>=3.2.0p0
|
2006-01-19 08:13:07 -05:00
|
|
|
|
2011-09-12 03:26:18 -04:00
|
|
|
MODULES= devel/dconf \
|
2009-10-13 05:57:41 -04:00
|
|
|
devel/gettext \
|
|
|
|
x11/gnome
|
2005-01-16 09:30:04 -05:00
|
|
|
|
2009-10-13 05:57:41 -04:00
|
|
|
LIBTOOL_FLAGS= --tag=disable-static
|
2011-09-19 03:39:05 -04:00
|
|
|
MODGNOME_DESKTOP_FILE= Yes
|
2011-09-20 16:51:51 -04:00
|
|
|
MODGNOME_TOOLS= goi yelp
|
2007-05-15 10:01:19 -04:00
|
|
|
|
2005-01-16 09:30:04 -05:00
|
|
|
CONFIGURE_STYLE=gnu
|
2011-09-20 17:04:24 -04:00
|
|
|
CONFIGURE_ARGS= --disable-static \
|
2010-04-22 16:49:26 -04:00
|
|
|
--disable-zeroconf \
|
|
|
|
--with-distributor-name="OpenBSD ports" \
|
2011-09-12 03:26:18 -04:00
|
|
|
--with-ca-file=/etc/ssl/cert.pem \
|
|
|
|
--enable-seed \
|
|
|
|
--disable-nss
|
2005-01-16 09:30:04 -05:00
|
|
|
|
2011-09-28 05:47:46 -04:00
|
|
|
MODGNOME_CPPFLAGS= -I${X11BASE}/include
|
|
|
|
CONFIGURE_ENV= HOME=/tmp
|
2005-01-16 09:30:04 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|