19 lines
472 B
Makefile
19 lines
472 B
Makefile
# $NetBSD: Makefile,v 1.47 2018/04/16 14:35:17 wiz Exp $
|
|
|
|
PKGREVISION= 7
|
|
.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"
|