blob: 9ec91feade573f56876ae36b94c1cb97f763cb9c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# $NetBSD: Makefile,v 1.20 2004/03/08 19:40:44 jmmv Exp $
DISTNAME= gtk-engines-0.12
PKGREVISION= 6
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+
DEPENDS+= xdg-x11-dirs>=1.1:../../misc/xdg-x11-dirs
GNU_CONFIGURE= # defined
USE_BUILDLINK2= # defined
USE_X11BASE= # defined
USE_LIBTOOL= # defined
SHLIBTOOL_OVERRIDE= libtool
.include "../../x11/gtk/buildlink2.mk"
.include "../../graphics/imlib/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
|