blob: ced800806d1a2bc915fe905e8f08eb0a5697768b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: Makefile,v 1.40 2015/04/21 08:56:43 jperkin Exp $
.include "../../meta-pkgs/xfce4/Makefile.common"
VERSION= 4.10.0
DISTNAME= xfwm4-themes-${VERSION}
PKGNAME= xfce4-wm-themes-${VERSION}
CATEGORIES= wm
MASTER_SITES= http://archive.xfce.org/src/art/xfwm4-themes/4.10/
HOMEPAGE= https://wiki.xfce.org/howto/xfwm4_theme
COMMENT= Xfce window manager themes
USE_LANGUAGES= #empty
MAKE_DIRS+= ${PREFIX}/share/themes/Xfce
.include "../../mk/bsd.pkg.mk"
|