pkgsrc/x11/gtk-engines/Makefile
jlam ee68c93314 LIBTOOL_OVERRIDE generally doesn't need to be specified anymore... just
set OVERRIDE_DIRDEPTH to find any libtool scripts deeper in the WRKSRC
tree unless they're named something other than "libtool".

SHLIBTOOL_OVERRIDE generally doesn't need to be specified either -- just
define it to the empty list and shlibtool-override will look for libtool
scripts.
2006-07-07 15:49:30 +00:00

22 lines
530 B
Makefile

# $NetBSD: Makefile,v 1.30 2006/07/07 15:49:34 jlam Exp $
DISTNAME= gtk-engines-0.12
PKGREVISION= 9
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtk-engines/0.12/}
MAINTAINER= tron@NetBSD.org
HOMEPAGE= http://www.gnome.org/
COMMENT= Theme engines for GTK+
CONFLICTS+= gtk2-engines-*
GNU_CONFIGURE= yes
USE_DIRS+= xdg-1.1
USE_X11BASE= yes
USE_LIBTOOL= yes
SHLIBTOOL_OVERRIDE= # empty
.include "../../x11/gtk/buildlink3.mk"
.include "../../graphics/imlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"