diff options
author | jmmv <jmmv> | 2004-02-05 17:34:52 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2004-02-05 17:34:52 +0000 |
commit | 2b1b8392db4d619ab648f0e8ea7b8149f8d4d145 (patch) | |
tree | 04b654a056f663186c167cab3147cdbf8cd092ab /www/epiphany/Makefile | |
parent | 33ae3fb5d4bf30214d481fe2563e6045c50d1319 (diff) | |
download | pkgsrc-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/Makefile | 38 |
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" |