pkgsrc/graphics/libmypaint/Makefile

25 lines
662 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.7 2020/05/28 14:21:22 ryoon Exp $
DISTNAME= libmypaint-1.6.1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GITHUB:=mypaint/}
GITHUB_PROJECT= libmypaint
GITHUB_RELEASE= v${PKGVERSION_NOREV}
EXTRACT_SUFX= .tar.xz
MAINTAINER= ryoon@NetBSD.org
HOMEPAGE= http://mypaint.org/
COMMENT= Library for making brushstrokes
LICENSE= isc
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= intltool msgfmt msgmerge pkg-config xgettext
PKGCONFIG_OVERRIDE+= gegl/libmypaint-gegl.pc.in
PKGCONFIG_OVERRIDE+= libmypaint.pc.in
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../textproc/json-c/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"