6d9af8d68d
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
29 lines
758 B
Makefile
29 lines
758 B
Makefile
# $NetBSD: Makefile,v 1.34 2004/01/03 18:49:42 reed Exp $
|
|
|
|
DISTNAME= ee-0.3.12
|
|
PKGREVISION= 8
|
|
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
|
|
|
|
DEPENDS+= gnome1-dirs>=1.2:../../misc/gnome1-dirs
|
|
|
|
USE_BUILDLINK2= # defined
|
|
USE_PKGLOCALEDIR= # defined
|
|
USE_X11BASE= # defined
|
|
USE_GMAKE= # defined
|
|
|
|
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/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|