2011-04-07 15:41:32 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.60 2011/04/07 19:41:32 jasper 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:
|
2010-05-07 09:17:04 -04:00
|
|
|
# (i.e. ${LOCALBASE}/lib/epiphany/${API_V}/extensions)
|
2009-07-12 16:34:03 -04:00
|
|
|
# www/epiphany-extensions
|
|
|
|
|
2009-01-06 04:52:49 -05:00
|
|
|
GNOME_PROJECT= epiphany
|
2010-09-15 15:16:57 -04:00
|
|
|
GNOME_VERSION= 2.30.6
|
2011-04-07 15:41:32 -04:00
|
|
|
REVISION= 2
|
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/}
|
2010-04-22 16:49:26 -04:00
|
|
|
API_V= 2.29
|
|
|
|
SUBST_VARS= M API_V
|
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
|
|
|
|
|
2009-10-13 05:57:41 -04:00
|
|
|
WANTLIB += ICE ORBit-2 SM X11 Xau Xcomposite Xcursor Xdamage Xdmcp
|
|
|
|
WANTLIB += Xext Xfixes Xi Xinerama Xrandr Xrender Xt atk-1.0 c
|
2010-12-11 01:33:58 -05:00
|
|
|
WANTLIB += cairo dbus-1 dbus-glib-1 enchant expat fontconfig
|
2010-04-22 16:49:26 -04:00
|
|
|
WANTLIB += freetype gailutil gcrypt gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0
|
2010-10-11 04:19:03 -04:00
|
|
|
WANTLIB += glib-2.0 gmodule-2.0 gnome-keyring gnutls gobject-2.0
|
2010-04-22 16:49:26 -04:00
|
|
|
WANTLIB += gpg-error gstapp-0.10 gstbase-0.10 gstpbutils-0.10 gstreamer-0.10
|
2009-12-16 06:47:11 -05:00
|
|
|
WANTLIB += gstvideo-0.10 gthread-2.0 gtk-x11-2.0 icudata icui18n
|
|
|
|
WANTLIB += icuuc jpeg m nspr4 nss3 pango-1.0 pangocairo-1.0 pangoft2-1.0
|
2009-10-13 05:57:41 -04:00
|
|
|
WANTLIB += pcre pixman-1 plc4 plds4 png proxy pthread pthread-stubs
|
|
|
|
WANTLIB += smime3 softokn3 soup-2.4 sqlite3 ssl3 startup-notification-1
|
2010-04-22 16:49:26 -04:00
|
|
|
WANTLIB += stdc++ tasn1 xcb xcb-atom xcb-aux xcb-event xcb-render
|
2010-12-11 01:33:58 -05:00
|
|
|
WANTLIB += xml2 z GL Xxf86vm drm nssutil3 util xcb-shm
|
2010-11-22 03:36:47 -05:00
|
|
|
WANTLIB += xslt>=1 execinfo notify>=2 webkit-1.0>=2.1 soup-gnome-2.4>=1.1
|
2009-10-13 05:57:41 -04:00
|
|
|
|
2011-04-07 15:41:32 -04:00
|
|
|
BUILD_DEPENDS= devel/gobject-introspection \
|
|
|
|
${RUN_DEPENDS}
|
2010-11-22 03:36:47 -05:00
|
|
|
RUN_DEPENDS= x11/gnome/icon-theme \
|
|
|
|
x11/gnome/themes \
|
|
|
|
devel/iso-codes \
|
|
|
|
x11/gnome/py-gnome
|
|
|
|
LIB_DEPENDS= textproc/libxslt \
|
|
|
|
devel/libexecinfo \
|
|
|
|
devel/libnotify \
|
|
|
|
www/webkit \
|
|
|
|
devel/libsoup,-gnome
|
2006-01-19 08:13:07 -05:00
|
|
|
|
2009-10-13 05:57:41 -04:00
|
|
|
MODULES= devel/gconf2 \
|
|
|
|
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
|
|
|
|
DESKTOP_FILES= Yes
|
|
|
|
MODGNOME_HELP_FILES= Yes
|
|
|
|
MODGCONF2_SCHEMAS_DIR= epiphany
|
2007-05-15 10:01:19 -04:00
|
|
|
|
2005-01-16 09:30:04 -05:00
|
|
|
CONFIGURE_STYLE=gnu
|
2009-01-06 04:52:49 -05:00
|
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
2011-04-07 15:41:32 -04:00
|
|
|
--enable-introspection \
|
2009-01-06 04:52:49 -05:00
|
|
|
--disable-static \
|
|
|
|
--disable-gtk-doc \
|
2010-04-22 16:49:26 -04:00
|
|
|
--disable-zeroconf \
|
|
|
|
--with-distributor-name="OpenBSD ports" \
|
|
|
|
--with-ca-file=/etc/ssl/cert.pem
|
2005-01-16 09:30:04 -05:00
|
|
|
|
2009-10-13 05:57:41 -04:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib" \
|
2009-04-26 07:01:04 -04:00
|
|
|
HOME=/tmp
|
2005-01-16 09:30:04 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|