blob: 3773befac4073012b029e93e1af15e1d6f7875d4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.28 2013/06/03 10:06:27 wiz Exp $
.include "../../meta-pkgs/xfce4/Makefile.common"
XFCE4_VERSION= 2.6.0
DISTNAME= gtk-xfce-engine-${XFCE4_VERSION}
PKGNAME= xfce4-gtk2-engine-${XFCE4_VERSION}
PKGREVISION= 14
CATEGORIES= x11
COMMENT= Xfce GTK2 themes
MAKE_DIRS+= ${PREFIX}/share/themes/Xfce
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|