23 lines
553 B
Makefile
23 lines
553 B
Makefile
# $NetBSD: Makefile,v 1.35 2010/01/18 09:59:34 wiz Exp $
|
|
|
|
DISTNAME= gtk-engines-0.12
|
|
PKGREVISION= 11
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtk-engines/0.12/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.gnome.org/
|
|
COMMENT= Theme engines for GTK+
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
CONFLICTS+= gtk2-engines-*
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_X11BASE= yes
|
|
USE_LIBTOOL= yes
|
|
SHLIBTOOL_OVERRIDE= # empty
|
|
|
|
.include "../../x11/gtk/buildlink3.mk"
|
|
.include "../../graphics/imlib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|