diff options
Diffstat (limited to 'graphics/slim-themes/Makefile')
-rw-r--r-- | graphics/slim-themes/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/graphics/slim-themes/Makefile b/graphics/slim-themes/Makefile new file mode 100644 index 00000000000..720661309ff --- /dev/null +++ b/graphics/slim-themes/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1 2018/05/18 15:10:15 youri Exp $ + +GHCOMMIT= 13cba0d7d6abf286047c3d551d84db415cc7ea52 +DISTNAME= ${GHCOMMIT} +PKGNAME= slim-themes-02142018 +CATEGORIES= graphics +MASTER_SITES= ${MASTER_SITE_GITHUB:=adi1090x/slim_themes/archive/} + +MAINTAINER= youri@NetBSD.org +HOMEPAGE= https://github.com/adi1090x/slim_themes +COMMENT= Beautiful Collection Of SLiM Themes + +NO_BUILD= YES +USE_LANGUAGES= # none, not even C +USE_TOOLS+= pax + +WRKSRC= ${WRKDIR}/slim_themes-${GHCOMMIT}/themes + +INSTALLATION_DIRS+= share/slim/themes + +do-install: + cd ${WRKSRC} && ${PAX} -rw -pm * ${DESTDIR}${PREFIX}/share/slim/themes/ + +.include "../../mk/bsd.pkg.mk" |