blob: 4387f25c961c4fc7bccc5b4029ea89a3120bc656 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
PORTNAME= mypaint-brushes
PORTVERSION= 2.0.2
DISTVERSIONPREFIX=v
CATEGORIES= graphics
PKGNAMESUFFIX= 2
MAINTAINER= greg@unrelenting.technology
COMMENT= Brushes used by MyPaint and other software using libmypaint
LICENSE= CC0-1.0
LICENSE_FILE= ${WRKSRC}/COPYING
USES= autoreconf pathfix gmake
GNU_CONFIGURE= yes
USE_GITHUB=yes
GH_ACCOUNT= mypaint
.include <bsd.port.mk>
|