d6edec0038
Brushes used by MyPaint and other software using libmypaint. This data package is versionned. This are the brushes to be used by libmypaint 2.x, current development version which has no releases to the day of writing. If you want brushes for the libmypaint 1.x releases, do not install mypaint-brushes from master, but from "v1.3.x" branch (or last release tagged with a "v1.x" version).
30 lines
731 B
Makefile
30 lines
731 B
Makefile
# $NetBSD: Makefile,v 1.1 2018/04/30 04:56:17 ryoon Exp $
|
|
|
|
DISTNAME= mypaint-brushes-1.3.0
|
|
PKGNAME= ${GITHUB_PROJECT}-${DISTNAME}
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=Jehan/}
|
|
GITHUB_PROJECT= mypaint-brushes
|
|
GITHUB_TAG= v1.3.0
|
|
|
|
MAINTAINER= ryoon@NetBSD.org
|
|
HOMEPAGE= https://github.com/Jehan/mypaint-brushes/
|
|
COMMENT= Default MyPaint brushes
|
|
LICENSE= cc0-1.0-universal
|
|
|
|
USE_TOOLS+= pkg-config
|
|
USE_LANGUAGES= # none
|
|
|
|
PKGCONFIG_OVERRIDE+= pkgconfig.pc.in
|
|
|
|
SCONS_ARGS+= prefix=${DESTDIR}${PREFIX}
|
|
|
|
do-build:
|
|
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/scons \
|
|
${SCONS_ARGS}
|
|
|
|
do-install:
|
|
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/scons \
|
|
${SCONS_ARGS} install
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|