pkgsrc/x11/gtk2-engines/Makefile
drochner bc5189e15d update to 2.8.2
changes:
- Don't draw boxes around handles on gnome-panels in Mist
- Add a --disable-all option, so that it is possible to build one
  engine without requiring to disable every other engine manually.
- Various changes to avoid expensive code paths in cairo
- Fix background fill for redmond slider widgets (GtkScale)
- Improvements in Crux arrows and scrollbar troughs
- Fixes to enable gtk-engines to compile on win32 with VC++
- Set some "Redmond" style icon sizes in the Redmond theme
2006-11-28 22:10:21 +00:00

28 lines
742 B
Makefile

# $NetBSD: Makefile,v 1.45 2006/11/28 22:10:21 drochner Exp $
DISTNAME= gtk-engines-2.8.2
PKGNAME= ${DISTNAME:S/gtk/gtk2/}
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtk-engines/2.8/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= jmmv@NetBSD.org
HOMEPAGE= http://www.gnome.org/
COMMENT= Theme engines for GTK+ version 2
CONFLICTS+= gtk-engines-[0-9]*
CONFLICTS+= gtk2-engines-clearlooks-[0-9]*
CONFLICTS+= gtk2-engines-industrial-[0-9]*
CONFLICTS+= gnome-themes-extras<0.8
BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.8.0
USE_TOOLS+= pkg-config
GNU_CONFIGURE= yes
USE_DIRS+= theme-1.1 xdg-1.1
USE_LIBTOOL= yes
PKGCONFIG_OVERRIDE= gtk-engines-2.pc.in
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"