summaryrefslogtreecommitdiffstats
path: root/www/epiphany-extensions/Makefile
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2007-09-18 04:03:34 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2007-09-18 04:03:34 +0800
commit709bf54fc33aed286c186c62816abaddf59fcc1b (patch)
tree01d0d6c18f0c40ccc2be0be993e06bf61e59a58b /www/epiphany-extensions/Makefile
parent0bb99d37c26db5b369a5c71168a19d52defd1bb8 (diff)
downloadmarcuscom-ports-709bf54fc33aed286c186c62816abaddf59fcc1b.tar
marcuscom-ports-709bf54fc33aed286c186c62816abaddf59fcc1b.tar.gz
marcuscom-ports-709bf54fc33aed286c186c62816abaddf59fcc1b.tar.bz2
marcuscom-ports-709bf54fc33aed286c186c62816abaddf59fcc1b.tar.lz
marcuscom-ports-709bf54fc33aed286c186c62816abaddf59fcc1b.tar.xz
marcuscom-ports-709bf54fc33aed286c186c62816abaddf59fcc1b.tar.zst
marcuscom-ports-709bf54fc33aed286c186c62816abaddf59fcc1b.zip
- Update to 2.20.0
- Remove option for adblock since its on if pcre is installed now. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9636 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/epiphany-extensions/Makefile')
-rw-r--r--www/epiphany-extensions/Makefile20
1 files changed, 6 insertions, 14 deletions
diff --git a/www/epiphany-extensions/Makefile b/www/epiphany-extensions/Makefile
index 525eae0cc..635ad903b 100644
--- a/www/epiphany-extensions/Makefile
+++ b/www/epiphany-extensions/Makefile
@@ -3,11 +3,11 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/www/epiphany-extensions/Makefile,v 1.97 2007/08/01 03:07:46 marcus Exp $
+# $MCom: ports/www/epiphany-extensions/Makefile,v 1.98 2007/08/14 22:12:04 mezz Exp $
#
PORTNAME= epiphany-extensions
-PORTVERSION= 2.19.90
+PORTVERSION= 2.20.0
CATEGORIES= www gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
@@ -17,6 +17,7 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= A set of add-ons for the Epiphany web browser
BUILD_DEPENDS= epiphany:${PORTSDIR}/www/epiphany
+LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre
RUN_DEPENDS= epiphany:${PORTSDIR}/www/epiphany
USE_GETTEXT= yes
@@ -34,12 +35,11 @@ CONFIGURE_ARGS= --with-mozilla=${GECKO}
GCONF_SCHEMAS= smart-bookmarks.schemas
EPHY_EXTENSIONS=all,rss
-EPHY_VERSION= 2.19
+EPHY_VERSION= 2.20
-PLIST_SUB= VERSION="2.19" EPHY_VERSION=${EPHY_VERSION}
+PLIST_SUB= VERSION="2.20" EPHY_VERSION=${EPHY_VERSION}
-OPTIONS= OPENSP "Enable OpenSP SGML support" off \
- ADBLOCK "Enable the adblock extension" on
+OPTIONS= OPENSP "Enable OpenSP SGML support" off
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/www/mozilla/bsd.gecko.mk"
@@ -50,14 +50,6 @@ CONFIGURE_ARGS+= --enable-opensp=yes
CONFIGURE_ARGS+= --disable-opensp
.endif
-.if !defined(WITHOUT_ADBLOCK)
-EPHY_EXTENSIONS:= ${EPHY_EXTENSIONS},adblock
-LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre
-PLIST_SUB+= ADBLOCK=""
-.else
-PLIST_SUB+= ADBLOCK="@comment "
-.endif
-
.if exists(${LOCALBASE}/share/pygtk/2.0/defs/epiphany.defs)
USE_PYTHON= yes
.include "${PORTSDIR}/Mk/bsd.python.mk"