385a308d3c
This packages contains more brushes used by MyPaint and other software using libmypaint.
21 lines
360 B
Makefile
21 lines
360 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= mypaint-brushes
|
|
PORTVERSION= 1.3.0
|
|
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= jehan
|
|
|
|
.include <bsd.port.mk>
|