pkgsrc/graphics/ee/Makefile
rh 74add3b300 s/USE_LIBTOOL/USE_PKGLIBTOOL/
Add a new USE_LIBTOOL definition that uses the libtool package instead of
pkglibtool which is now considered outdated.
USE_PKGLIBTOOL is available for backwards compatibility with old packages
but is deprecated for new packages.
2000-06-01 11:23:11 +00:00

23 lines
549 B
Makefile

# $NetBSD: Makefile,v 1.14 2000/06/01 11:23:26 rh Exp $
DISTNAME= ee-0.3.11
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/ee/}
MAINTAINER= root@garbled.net
HOMEPAGE= http://www.gnome.org/
DEPENDS= gnome-core-*:../../x11/gnome-core
GNU_CONFIGURE= yes
USE_X11BASE= yes
USE_GMAKE= yes
USE_PKGLIBTOOL= yes
LOCALSTATEDIR= /var/gnome
CONFIGURE_ARGS+= --localstatedir=${LOCALSTATEDIR} \
--with-glib-prefix=${LOCALBASE}
CONFIGURE_ENV+= LOCALBASE=${LOCALBASE} X11BASE=${X11BASE}
.include "../../mk/bsd.pkg.mk"