blob: 0fbd0654780984941327e3423b90696ebbe17af2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.36 2013/06/04 22:17:14 tron Exp $
.include "../../meta-pkgs/xfce4/Makefile.common"
XFCE4_VERSION= 4.6.0
DISTNAME= xfwm4-themes-${XFCE4_VERSION}
PKGNAME= xfce4-wm-themes-${XFCE4_VERSION}
PKGREVISION= 14
CATEGORIES= wm
COMMENT= Xfce window manager themes
USE_LANGUAGES= #empty
MAKE_DIRS+= ${PREFIX}/share/themes/Xfce
.include "../../mk/bsd.pkg.mk"
|