diff options
Diffstat (limited to 'graphics/ee/Makefile')
-rw-r--r-- | graphics/ee/Makefile | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/graphics/ee/Makefile b/graphics/ee/Makefile deleted file mode 100644 index 19415e7c8e5..00000000000 --- a/graphics/ee/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# $NetBSD: Makefile,v 1.42 2005/04/11 21:46:02 tv Exp $ - -DISTNAME= ee-0.3.12 -PKGREVISION= 12 -CATEGORIES= x11 gnome -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/ee/0.3/} - -MAINTAINER= root@garbled.net -HOMEPAGE= http://www.gnome.org/ -COMMENT= Image viewer based on imlib by the Rasterman. Gtk clone of xv - -USE_DIRS+= gnome1-1.5 -USE_PKGLOCALEDIR= # defined -USE_X11BASE= # defined -USE_GNU_TOOLS+= make - -USE_LIBTOOL= # defined -LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig - -LOCALSTATEDIR= /var/gnome - -GNU_CONFIGURE= # defined -CONFIGURE_ARGS+= --localstatedir=${LOCALSTATEDIR} \ - --with-glib-prefix=${BUILDLINK_PREFIX.glib} - -.include "../../x11/gnome-core/buildlink3.mk" -.include "../../mk/bsd.pkg.mk" |