0dfc16de58
Epiphany Extensions is a collection of extensions for Epiphany, the GNOME web browser. These include: * Mouse Gestures: Perform actions with mouse gestures. * Popup Blocker: Block those annoying popups per-site. * Tabs Move-To Menu: Move tabs to other windows without drag-and-drop. * Sample: An extension template to ease writing your own extension. * Error Viewer and Validator: View errors in the page, and validate your pages off-line. * Certificate Viewer: View the server's certificate on secure connection. * Dashboard: Connect Epiphany to Dashboard.
28 lines
929 B
Makefile
28 lines
929 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2004/04/01 19:14:30 jmmv Exp $
|
|
#
|
|
|
|
DISTNAME= epiphany-extensions-0.8.1
|
|
CATEGORIES= www gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/epiphany-extensions/0.8/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= jmmv@NetBSD.org
|
|
HOMEPAGE= http://www.gnome.org/projects/epiphany/extensions.html
|
|
COMMENT= Extensions for the Epiphany web browser
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_BUILDLINK3= YES
|
|
USE_LIBTOOL= YES
|
|
USE_PKGLOCALEDIR= YES
|
|
|
|
.include "../../devel/GConf2/buildlink3.mk"
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../devel/libglade2/buildlink3.mk"
|
|
.include "../../devel/pkgconfig/buildlink3.mk"
|
|
.include "../../textproc/intltool/buildlink3.mk"
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../textproc/opensp/buildlink3.mk"
|
|
.include "../../www/epiphany/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|