summaryrefslogtreecommitdiffstats
path: root/www/epiphany3/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-04-27 05:23:07 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-04-27 05:23:07 +0800
commit65b53dfde8bfeb6ae17c3e99a409dc36324e8dd9 (patch)
tree0648e0ce504a559632af430d3494fe2008d104aa /www/epiphany3/Makefile
parent613b43090f18ebf78cb6ffd8eac82a763a0ce226 (diff)
downloadmarcuscom-ports-65b53dfde8bfeb6ae17c3e99a409dc36324e8dd9.tar
marcuscom-ports-65b53dfde8bfeb6ae17c3e99a409dc36324e8dd9.tar.gz
marcuscom-ports-65b53dfde8bfeb6ae17c3e99a409dc36324e8dd9.tar.bz2
marcuscom-ports-65b53dfde8bfeb6ae17c3e99a409dc36324e8dd9.tar.lz
marcuscom-ports-65b53dfde8bfeb6ae17c3e99a409dc36324e8dd9.tar.xz
marcuscom-ports-65b53dfde8bfeb6ae17c3e99a409dc36324e8dd9.tar.zst
marcuscom-ports-65b53dfde8bfeb6ae17c3e99a409dc36324e8dd9.zip
Massive port framework maintaince/update (long over due too)
Deal with recent USES changes, pet portlint here and there. Sync with ports, more to come. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18393 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/epiphany3/Makefile')
-rw-r--r--www/epiphany3/Makefile32
1 files changed, 12 insertions, 20 deletions
diff --git a/www/epiphany3/Makefile b/www/epiphany3/Makefile
index 13648d15f..a9de90883 100644
--- a/www/epiphany3/Makefile
+++ b/www/epiphany3/Makefile
@@ -1,10 +1,6 @@
-# Ports collection Makefile for: epiphany
-# Date created: 24 April 2003
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
+# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
-# $MCom$
-#
+# $MCom: ports/trunk/www/epiphany3/Makefile 17268 2013-04-01 05:13:11Z marcus $
PORTNAME= epiphany
PORTVERSION= 3.4.3
@@ -19,11 +15,11 @@ COMMENT?= An extremely lightweight and simple web browser for GNOME 3
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \
gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas \
${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss
-LIB_DEPENDS= webkitgtk-3.0.0:${PORTSDIR}/www/webkit-gtk3 \
- soup-gnome-2.4.1:${PORTSDIR}/devel/libsoup-gnome \
- startup-notification-1.0:${PORTSDIR}/x11/startup-notification \
- notify.4:${PORTSDIR}/devel/libnotify \
- gnome-keyring.0:${PORTSDIR}/security/libgnome-keyring
+LIB_DEPENDS= webkitgtk-3.0:${PORTSDIR}/www/webkit-gtk3 \
+ soup-gnome-2.4:${PORTSDIR}/devel/libsoup-gnome \
+ startup-notification-1:${PORTSDIR}/x11/startup-notification \
+ notify:${PORTSDIR}/devel/libnotify \
+ gnome-keyring:${PORTSDIR}/security/libgnome-keyring
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \
${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss \
gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas \
@@ -35,12 +31,11 @@ CONFLICTS= epiphany-2.[0-9]*
LATEST_LINK= epiphany3
USE_LDCONFIG= yes
INSTALLS_ICONS= yes
-USE_GETTEXT= yes
+USES= gettext pathfix pkgconfig desktop-file-utils
USE_XZ= yes
USE_PYTHON= yes
USE_SQLITE= yes
-USE_GNOME= gnomeprefix gnomehack intlhack gnomedocutils libxml2 \
- desktopfileutils
+USE_GNOME= gnomeprefix intlhack gnomedocutils libxml2
USE_XORG= ice x11 sm
GNU_CONFIGURE= yes
USE_GMAKE= yes
@@ -78,20 +73,20 @@ CONFIGURE_ARGS+= --enable-compile-warnings=no
.endif
.if defined(WITH_NSS)
-LIB_DEPENDS+= nss3.1:${PORTSDIR}/security/nss
+LIB_DEPENDS+= nss3:${PORTSDIR}/security/nss
CONFIGURE_ARGS+=--enable-nss
.else
CONFIGURE_ARGS+=--disable-nss
.endif
.if defined(WITH_AVAHI)
-LIB_DEPENDS+= avahi-gobject.0:${PORTSDIR}/net/avahi-app
+LIB_DEPENDS+= avahi-gobject:${PORTSDIR}/net/avahi-app
.else
CONFIGURE_ARGS+=--disable-zeroconf
.endif
.if defined(WITH_SEED)
-LIB_DEPENDS+= seed-gtk3.0:${PORTSDIR}/devel/seed3
+LIB_DEPENDS+= seed-gtk3:${PORTSDIR}/devel/seed3
CONFIGURE_ARGS+=--enable-seed
.endif
@@ -106,7 +101,4 @@ post-patch:
s|-ldl"$$|"|g' \
${WRKSRC}/configure
-post-install:
- @-update-desktop-database
-
.include <bsd.port.post.mk>