pkgsrc/graphics/moka-icon-theme/Makefile
rillig 9637f7852e all: migrate homepages from http to https
pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
2020-01-26 17:30:40 +00:00

31 lines
783 B
Makefile

# $NetBSD: Makefile,v 1.2 2020/01/26 17:31:22 rillig Exp $
DISTNAME= moka-icon-theme-5.4.0
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GITHUB:=snwh/}
GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://snwh.org/moka
COMMENT= Simple and bright icon theme
LICENSE= cc-by-sa-v4.0
USE_LANGUAGES= # none
ICON_THEMES= yes
DEPENDS+= faba-icon-theme-[0-9]*:../../graphics/faba-icon-theme
REPLACE_PYTHON+= meson/post_install.py
# Requires Python 3
PYTHON_VERSIONS_INCOMPATIBLE= 27
PYTHON_FOR_BUILD_ONLY= tool
# Save some time...
CHECK_WRKREF_SKIP+= share/icons/Moka/*/*/*.png
CHECK_INTERPRETER_SKIP+= share/icons/Moka/*/*/*.png
.include "../../devel/meson/build.mk"
.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"