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