diff options
author | bapt <bapt@FreeBSD.org> | 2014-04-26 08:23:05 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-04-26 08:23:05 +0800 |
commit | f3d3d793b0505b6c01c6d21b56c5c63acce577b9 (patch) | |
tree | 5c7f4508c480664980777d62f0d363dd3e8c50ab /www | |
parent | 39e4fbd4e6c163da2a10bffe256eb913196f97fa (diff) | |
download | freebsd-ports-gnome-f3d3d793b0505b6c01c6d21b56c5c63acce577b9.tar.gz freebsd-ports-gnome-f3d3d793b0505b6c01c6d21b56c5c63acce577b9.tar.zst freebsd-ports-gnome-f3d3d793b0505b6c01c6d21b56c5c63acce577b9.zip |
Support stage
Diffstat (limited to 'www')
-rw-r--r-- | www/epiphany/Makefile | 20 | ||||
-rw-r--r-- | www/epiphany/pkg-plist | 1 |
2 files changed, 9 insertions, 12 deletions
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index c7af4663caa5..085656399bc3 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -14,11 +14,11 @@ COMMENT?= Extremely lightweight and simple web browser for GNOME 2 BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss -LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/devel/dbus-glib \ - webkitgtk-1.0:${PORTSDIR}/www/webkit-gtk2 \ - soup-gnome-2.4:${PORTSDIR}/devel/libsoup-gnome \ - notify:${PORTSDIR}/devel/libnotify \ - gnome-keyring:${PORTSDIR}/security/libgnome-keyring +LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ + libwebkitgtk-1.0.so:${PORTSDIR}/www/webkit-gtk2 \ + libsoup-gnome-2.4.so:${PORTSDIR}/devel/libsoup-gnome \ + libnotify.so:${PORTSDIR}/devel/libnotify \ + libgnome-keyring.so:${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 \ ${LOCALBASE}/share/icons/HighContrastLargePrint/index.theme:${PORTSDIR}/x11-themes/gnome-themes @@ -27,9 +27,8 @@ CONFLICTS= epiphany-3.[0-9]* USE_LDCONFIG= yes INSTALLS_ICONS= yes -USE_BZIP2= yes USE_PYTHON= yes -USES= desktop-file-utils gettext pathfix gmake pkgconfig +USES= desktop-file-utils gettext pathfix gmake libtool pkgconfig tar:bzip2 USE_GNOME= gnomeprefix intlhack gnomedesktop GNU_CONFIGURE= yes INSTALLS_OMF= yes @@ -43,26 +42,23 @@ GCONF_SCHEMAS= epiphany-lockdown.schemas epiphany.schemas PLIST_SUB+= EPHY_VERSION="${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}" -MAN1= epiphany.1 - OPTIONS_DEFINE= NSS SPELLCHECK SEED OPTIONS_DEFAULT=NSS SPELLCHECK NSS_DESC= Import passwords from 2.26 and older on first run SPELLCHECK_DESC=Enable spell checking by default SEED_DESC= Seed (JavaScript) support -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNSS} -LIB_DEPENDS+= nss3:${PORTSDIR}/security/nss +LIB_DEPENDS+= libnss3.so:${PORTSDIR}/security/nss CONFIGURE_ARGS+=--enable-nss .else CONFIGURE_ARGS+=--disable-nss .endif .if ${PORT_OPTIONS:MSEED} -LIB_DEPENDS+= seed:${PORTSDIR}/devel/seed +LIB_DEPENDS+= libseed.so:${PORTSDIR}/devel/seed CONFIGURE_ARGS+=--enable-seed .endif diff --git a/www/epiphany/pkg-plist b/www/epiphany/pkg-plist index a9edb4fc91b3..7f63340cd703 100644 --- a/www/epiphany/pkg-plist +++ b/www/epiphany/pkg-plist @@ -39,6 +39,7 @@ share/applications/bme.desktop share/applications/epiphany.desktop share/dbus-1/services/org.gnome.Epiphany.service lib/girepository-1.0/Epiphany-2.30.typelib +man/man1/epiphany.1.gz share/gir-1.0/Epiphany-2.30.gir %%DOCSDIR%%/EphyDialog.html %%DOCSDIR%%/EphyLocationAction.html |