f4f6959dfa
ok aja@
53 lines
1.5 KiB
Makefile
53 lines
1.5 KiB
Makefile
# $OpenBSD: Makefile,v 1.39 2011/10/13 06:58:37 jasper Exp $
|
|
|
|
COMMENT= collection of extensions for Epiphany
|
|
|
|
GNOME_PROJECT= epiphany-extensions
|
|
GNOME_VERSION= 3.2.0
|
|
|
|
# sync with www/epiphany
|
|
M= ${GNOME_VERSION:R}
|
|
SUBST_VARS= M
|
|
|
|
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 += GL ICE SM X11 Xau Xcomposite Xcursor Xdamage Xdmcp
|
|
WANTLIB += Xext Xfixes Xi Xinerama Xrandr Xrender Xt Xxf86vm atk-1.0
|
|
WANTLIB += cairo cairo-gobject drm enchant expat ffi fontconfig
|
|
WANTLIB += freetype gailutil-3 gdk-3 gdk_pixbuf-2.0 gio-2.0 glib-2.0
|
|
WANTLIB += gmodule-2.0 gobject-2.0 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
|
|
WANTLIB += kvm m pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1
|
|
WANTLIB += png pthread-stubs soup-2.4 sqlite3 stdc++ webkitgtk-3.0
|
|
WANTLIB += xcb xcb-render xcb-shm xml2 xslt z
|
|
|
|
MODULES= devel/dconf \
|
|
devel/gettext \
|
|
x11/gnome
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= www/epiphany>=3.2.0
|
|
LIB_DEPENDS= www/webkit,gtk3>=1.6.1v0
|
|
|
|
LIBTOOL_FLAGS= --tag=disable-static
|
|
|
|
MODGNOME_TOOLS= yelp
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
CONFIGURE_ARGS= --disable-static \
|
|
--enable-opensp=no
|
|
|
|
.include <bsd.port.mk>
|