pkgsrc/graphics/ee/Makefile
tv c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00

28 lines
722 B
Makefile

# $NetBSD: Makefile,v 1.40 2004/10/03 00:14:49 tv Exp $
DISTNAME= ee-0.3.12
PKGREVISION= 11
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_BUILDLINK3= yes
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"