diff options
author | rh <rh@pkgsrc.org> | 2002-11-02 04:09:34 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2002-11-02 04:09:34 +0000 |
commit | b5ca62c3c8166018544c2e0ab597d45d1146c823 (patch) | |
tree | 3df2283f79b010ab3f903f655fa8ee04e64ba56b /graphics/eog2/Makefile | |
parent | 5f252eaa9b38f36c1cbcd198330ef4262a83671a (diff) | |
download | pkgsrc-b5ca62c3c8166018544c2e0ab597d45d1146c823.tar.gz |
Initial import of eog-1.0.3, the GNOME2 version of the Eye of GNOME: an
image viewing and cataloging program.
Diffstat (limited to 'graphics/eog2/Makefile')
-rw-r--r-- | graphics/eog2/Makefile | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/graphics/eog2/Makefile b/graphics/eog2/Makefile new file mode 100644 index 00000000000..cfaf0cfb544 --- /dev/null +++ b/graphics/eog2/Makefile @@ -0,0 +1,31 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/11/02 04:09:34 rh Exp $ +# + +DISTNAME= eog-1.0.3 +CATEGORIES= graphics gnome +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/eog/1.0/} +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.gnome.org/ +COMMENT= Eye of GNOME: an image viewing and cataloging program + +BUILD_USES_MSGFMT= YES + +GNU_CONFIGURE= YES +USE_X11= YES +USE_GMAKE= YES +USE_BUILDLINK2= YES +CONFIGURE_ARGS+= --localstatedir=${SCROLLKEEPER_DATADIR} + +.include "../../textproc/scrollkeeper/buildlink2.mk" +.include "../../print/libgnomeprint/buildlink2.mk" +.include "../../sysutils/gnome-vfs2/buildlink2.mk" +.include "../../devel/gettext-lib/buildlink2.mk" +.include "../../devel/libbonoboui/buildlink2.mk" +.include "../../devel/libgnomeui/buildlink2.mk" +.include "../../graphics/librsvg2/buildlink2.mk" +.include "../../graphics/jpeg/buildlink2.mk" +.include "../../graphics/png/buildlink2.mk" +.include "../../devel/popt/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" |