blob: 7da8f1fc5b408354f4bef075662fa861f4e71703 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= mypaint-brushes
PORTVERSION= 1.3.1
DISTVERSIONPREFIX=v
CATEGORIES= graphics
MAINTAINER= gnome@FreeBSD.org
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>
|