diff options
Diffstat (limited to 'graphics/luv-icon-theme/Makefile')
-rw-r--r-- | graphics/luv-icon-theme/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/graphics/luv-icon-theme/Makefile b/graphics/luv-icon-theme/Makefile new file mode 100644 index 00000000000..dc91930a416 --- /dev/null +++ b/graphics/luv-icon-theme/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1 2019/10/20 13:14:46 nia Exp $ + +DISTNAME= luv-icon-theme-0.4.9.31 +CATEGORIES= graphics +MASTER_SITES= ${MASTER_SITE_GITHUB:=Nitrux/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/Nitrux/luv-icon-theme +COMMENT= Flat but complex icon theme +LICENSE= cc-by-sa-v4.0 + +USE_TOOLS+= pax +USE_LANGAUGES= # none +NO_BUILD= yes + +ICON_THEMES= yes + +do-install: + cd ${WRKSRC}/Luv && \ + ${PAX} -rw -pp . ${DESTDIR}${PREFIX}/share/icons/Luv + +.include "../../mk/bsd.pkg.mk" |