openbsd-ports/www/epiphany/Makefile
ajacoutot 8c14c39747 Regen WANTLIB to unbreak installation.
prodded by landry@
2010-12-11 06:33:58 +00:00

82 lines
2.4 KiB
Makefile

# $OpenBSD: Makefile,v 1.58 2010/12/11 06:33:58 ajacoutot Exp $
SHARED_ONLY= Yes
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/${API_V}/extensions)
# www/epiphany-extensions
GNOME_PROJECT= epiphany
GNOME_VERSION= 2.30.6
REVISION= 1
M= ${GNOME_VERSION:C/^([0-9]+\.[0-9]+).*/\1/}
API_V= 2.29
SUBST_VARS= M API_V
CATEGORIES= www
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 += ICE ORBit-2 SM X11 Xau Xcomposite Xcursor Xdamage Xdmcp
WANTLIB += Xext Xfixes Xi Xinerama Xrandr Xrender Xt atk-1.0 c
WANTLIB += cairo dbus-1 dbus-glib-1 enchant expat fontconfig
WANTLIB += freetype gailutil gcrypt gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0
WANTLIB += glib-2.0 gmodule-2.0 gnome-keyring gnutls gobject-2.0
WANTLIB += gpg-error gstapp-0.10 gstbase-0.10 gstpbutils-0.10 gstreamer-0.10
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
WANTLIB += pcre pixman-1 plc4 plds4 png proxy pthread pthread-stubs
WANTLIB += smime3 softokn3 soup-2.4 sqlite3 ssl3 startup-notification-1
WANTLIB += stdc++ tasn1 xcb xcb-atom xcb-aux xcb-event xcb-render
WANTLIB += xml2 z GL Xxf86vm drm nssutil3 util xcb-shm
WANTLIB += xslt>=1 execinfo notify>=2 webkit-1.0>=2.1 soup-gnome-2.4>=1.1
BUILD_DEPENDS= ${RUN_DEPENDS}
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
MODULES= devel/gconf2 \
devel/gettext \
x11/gnome
LIBTOOL_FLAGS= --tag=disable-static
DESKTOP_FILES= Yes
MODGNOME_HELP_FILES= Yes
MODGCONF2_SCHEMAS_DIR= epiphany
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--enable-introspection=no \
--disable-static \
--disable-scrollkeeper \
--disable-gtk-doc \
--disable-zeroconf \
--with-distributor-name="OpenBSD ports" \
--with-ca-file=/etc/ssl/cert.pem
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
HOME=/tmp
.include <bsd.port.mk>