f57221afde
Maintainer releases all his ports. PR: 266871 Reported by: unrelentingtech <greg@unrelenting.technology>
23 lines
429 B
Makefile
23 lines
429 B
Makefile
PORTNAME= mypaint-brushes
|
|
PORTVERSION= 2.0.2
|
|
DISTVERSIONPREFIX=v
|
|
CATEGORIES= graphics
|
|
PKGNAMESUFFIX= 2
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Brushes used by MyPaint and other software using libmypaint
|
|
WWW= https://github.com/mypaint/mypaint-brushes
|
|
|
|
LICENSE= CC0-1.0
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= autoreconf pathfix gmake
|
|
GNU_CONFIGURE= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
USE_GITHUB=yes
|
|
|
|
GH_ACCOUNT= mypaint
|
|
|
|
.include <bsd.port.mk>
|