mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
19 lines
355 B
Makefile
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>
|