Files
2023-09-26 11:39:01 +00:00

19 lines
355 B
Makefile

COMMENT = brushes used by software using libmypaint
V = 2.0.2
DISTNAME = mypaint-brushes-$V
PKGNAME = mypaint-brushes2-$V
EXTRACT_SUFX = .tar.xz
CATEGORIES = graphics
# Public Domain/CC0 1.0
PERMIT_PACKAGE = Yes
SITES = https://github.com/mypaint/mypaint-brushes/releases/download/v$V/
CONFIGURE_STYLE = gnu
USE_GMAKE = Yes
.include <bsd.port.mk>