summaryrefslogtreecommitdiff
path: root/www/epiphany/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv>2004-02-05 17:34:52 +0000
committerjmmv <jmmv>2004-02-05 17:34:52 +0000
commit2b1b8392db4d619ab648f0e8ea7b8149f8d4d145 (patch)
tree04b654a056f663186c167cab3147cdbf8cd092ab /www/epiphany/Makefile
parent33ae3fb5d4bf30214d481fe2563e6045c50d1319 (diff)
downloadpkgsrc-2b1b8392db4d619ab648f0e8ea7b8149f8d4d145.tar.gz
Initial import of epiphany, version 1.0.7:
Epiphany is the web browser for the GNOME desktop. It uses the Gecko rendering engine, provided by Mozilla. It aims to be simple, striking and easy to use, following the GNOME usability rules.
Diffstat (limited to 'www/epiphany/Makefile')
-rw-r--r--www/epiphany/Makefile38
1 files changed, 38 insertions, 0 deletions
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile
new file mode 100644
index 00000000000..e49affce191
--- /dev/null
+++ b/www/epiphany/Makefile
@@ -0,0 +1,38 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/02/05 17:34:52 jmmv Exp $
+#
+
+DISTNAME= epiphany-1.0.7
+CATEGORIES= www gnome
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/epiphany/1.0/}
+
+MAINTAINER= jmmv@NetBSD.org
+HOMEPAGE= http://www.gnome.org/projects/epiphany/
+COMMENT= The web browser for the GNOME Desktop
+
+BUILD_USES_MSGFMT= YES
+DEPENDS+= gnome2-dirs>=1.2:../../misc/gnome2-dirs
+
+GNU_CONFIGURE= YES
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+USE_BUILDLINK2= YES
+USE_GNU_TOOLS+= make
+USE_LIBTOOL= YES
+USE_PKGLOCALEDIR= YES
+
+CONFIGURE_ARGS+= --enable-nautilus-view=no
+
+GCONF2_SCHEMAS= epiphany.schemas
+
+.include "../../devel/GConf2/schemas.mk"
+.include "../../devel/gettext-lib/buildlink2.mk"
+.include "../../devel/libbonoboui/buildlink2.mk"
+.include "../../devel/libglade2/buildlink2.mk"
+.include "../../devel/libgnomeui/buildlink2.mk"
+.include "../../devel/pkgconfig/buildlink2.mk"
+.include "../../net/ORBit2/buildlink2.mk"
+.include "../../sysutils/gnome-vfs2/buildlink2.mk"
+.include "../../textproc/libxml2/buildlink2.mk"
+.include "../../textproc/scrollkeeper/omf.mk"
+.include "../../www/mozilla-gtk2/buildlink2.mk"
+.include "../../x11/gtk2/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"