blob: 7216340abc535c116df33a562b8b1c1c2ba58fa8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
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
WWW= https://github.com/mypaint/mypaint-brushes
LICENSE= CC0-1.0
LICENSE_FILE= ${WRKSRC}/COPYING
USES= autoreconf pathfix gmake
GNU_CONFIGURE= yes
USE_GITHUB=yes
GH_ACCOUNT= mypaint
NO_ARCH= yes
.include <bsd.port.mk>
|