2009-07-27 17:44:14 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.12 2009/07/27 21:44:14 martynas Exp $
|
2008-11-25 08:30:49 -05:00
|
|
|
|
|
|
|
COMMENT= collection of extensions for Epiphany
|
|
|
|
|
|
|
|
GNOME_PROJECT= epiphany-extensions
|
2009-01-12 15:14:28 -05:00
|
|
|
GNOME_VERSION= 2.24.3
|
2009-07-27 17:44:14 -04:00
|
|
|
PKGNAME= ${DISTNAME}p4
|
2008-11-25 08:30:49 -05:00
|
|
|
|
|
|
|
CATEGORIES= www
|
|
|
|
|
|
|
|
HOMEPAGE= http://projects.gnome.org/epiphany/extensions
|
|
|
|
|
2009-02-15 12:33:52 -05:00
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>, \
|
|
|
|
Antoine Jacoutot <ajacoutot@openbsd.org>
|
|
|
|
|
2008-11-25 08:30:49 -05:00
|
|
|
# GPLv2
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
MODULES= lang/python \
|
|
|
|
x11/gnome
|
|
|
|
|
|
|
|
WANTLIB= nspr4 pcre plc4 plds4
|
|
|
|
|
|
|
|
BUILD_DEPENDS= :gettext-*:devel/gettext \
|
2009-07-27 17:44:14 -04:00
|
|
|
:xulrunner-devel->=1.8.1:devel/xulrunner/1.8,-devel \
|
2009-04-06 06:09:06 -04:00
|
|
|
:epiphany->=2.24.2:www/epiphany
|
2008-11-25 08:30:49 -05:00
|
|
|
RUN_DEPENDS= :gettext-*:devel/gettext \
|
|
|
|
:epiphany->=2.24.2:www/epiphany
|
2009-07-27 17:44:14 -04:00
|
|
|
LIB_DEPENDS= xulrunner/gtkembedmoz,xulrunner/mozjs,xulrunner/xpcom:xulrunner->=1.8.1:devel/xulrunner/1.8
|
2008-11-25 08:30:49 -05:00
|
|
|
|
|
|
|
USE_X11= Yes
|
|
|
|
|
|
|
|
LIBTOOL_FLAGS= --tag=disable-static
|
|
|
|
|
|
|
|
MODGNOME_HELP_FILES= Yes
|
|
|
|
|
|
|
|
FAKE_FLAGS+= PYTHON="${MODPY_BIN}"
|
|
|
|
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
|
|
|
--disable-static \
|
|
|
|
--with-gecko=xulrunner \
|
|
|
|
--disable-schemas-install \
|
|
|
|
--disable-scrollkeeper \
|
|
|
|
--enable-opensp=no
|
|
|
|
|
|
|
|
M= ${GNOME_VERSION:R}
|
|
|
|
SUBST_VARS= M
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|