pkgsrc-wip/gtk2-engines-flat/Makefile
Soren Jacobsen 084e0938cf LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now shell globs relative to
WRKSRC.  LIBTOOL_OVERRIDE defaults to "libtool */libtool and */*/libtool,"
meaning that, in most packages, there's no need to set it.

So: Nuke tons of LIBTOOL_OVERRIDE=${WRKSRC} and adjust a few
SHLIBTOOL_OVERRIDEs (remove ${WRKSRC} from them).
2004-02-17 02:55:13 +00:00

19 lines
507 B
Makefile

# $NetBSD: Makefile,v 1.4 2004/02/17 02:55:41 blef Exp $
DISTNAME= GTK2-Flat-Engine
PKGNAME= gtk2-engines-flat-2.0
WRKSRC= ${WRKDIR}/gtk-flat-theme-2.0
CATEGORIES= x11
MASTER_SITES= http://ftp.gnome.org/pub/GNOME/teams/art.gnome.org/themes/gtk2/
MAINTAINER= dotz@irc.pl
HOMEPAGE= http://art.gnome.org/
COMMENT= Flat theme engine for GTK+ 2.x
USE_BUILDLINK2= YES
USE_LIBTOOL= YES
USE_GNU_TOOLS+= make
GNU_CONFIGURE= YES
.include "../../x11/gtk2/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"