61 lines
1.6 KiB
Makefile
61 lines
1.6 KiB
Makefile
# $OpenBSD: Makefile,v 1.31 2011/05/11 06:02:15 ajacoutot Exp $
|
|
|
|
COMMENT= collection of extensions for Epiphany
|
|
|
|
GNOME_PROJECT= epiphany-extensions
|
|
GNOME_VERSION= 2.32.0
|
|
|
|
REVISION= 3
|
|
|
|
# sync with www/epiphany
|
|
API_V= 2.29
|
|
M= ${GNOME_VERSION:R}
|
|
SUBST_VARS= M API_V
|
|
|
|
CATEGORIES= www
|
|
|
|
HOMEPAGE= http://projects.gnome.org/epiphany/extensions
|
|
|
|
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 SM X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext
|
|
WANTLIB += Xfixes Xi Xinerama Xrandr Xrender Xt atk-1.0 cairo
|
|
WANTLIB += enchant expat fontconfig freetype gailutil gdk-x11-2.0
|
|
WANTLIB += gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0
|
|
WANTLIB += gobject-2.0 gstapp-0.10 gstbase-0.10 gstpbutils-0.10
|
|
WANTLIB += gstreamer-0.10 gstvideo-0.10 gthread-2.0 gtk-x11-2.0
|
|
WANTLIB += icudata icui18n icuuc jpeg m pango-1.0 pangocairo-1.0
|
|
WANTLIB += pangoft2-1.0 pcre pixman-1 png pthread-stubs soup-2.4
|
|
WANTLIB += sqlite3 stdc++ webkitgtk-1.0 xcb xcb-render
|
|
WANTLIB += xml2 xslt z GL Xxf86vm drm xcb-shm
|
|
WANTLIB += gstinterfaces-0.10
|
|
|
|
MODULES= devel/gettext \
|
|
lang/python \
|
|
x11/gnome
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= www/epiphany>=2.30.2
|
|
LIB_DEPENDS= security/libgpg-error
|
|
|
|
LIBTOOL_FLAGS= --tag=disable-static
|
|
|
|
MODGNOME_HELP_FILES= Yes
|
|
|
|
FAKE_FLAGS+= PYTHON="${MODPY_BIN}"
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
|
--disable-static \
|
|
--disable-schemas-install \
|
|
--enable-opensp=no
|
|
|
|
.include <bsd.port.mk>
|