38a02d290a
the scons source files and it does not create the pkgconfig files correctly
26 lines
628 B
Makefile
26 lines
628 B
Makefile
# $NetBSD: Makefile,v 1.7 2020/04/17 13:31:31 plunky Exp $
|
|
|
|
DISTNAME= mypaint-brushes-2.0.2
|
|
PKGREVISION= 1
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=mypaint/}
|
|
GITHUB_PROJECT= mypaint-brushes
|
|
GITHUB_TAG= v${PKGVERSION_NOREV}
|
|
|
|
MAINTAINER= ryoon@NetBSD.org
|
|
HOMEPAGE= https://github.com/mypaint/mypaint-brushes/
|
|
COMMENT= Default MyPaint brushes
|
|
LICENSE= cc0-1.0-universal
|
|
|
|
GNU_CONFIGURE= yes
|
|
AUTOCONF_REQD= 2.62
|
|
AUTOMAKE_REQD= 1.13
|
|
USE_TOOLS+= autoconf automake gmake pkg-config
|
|
USE_LANGUAGES= # none
|
|
|
|
PKGCONFIG_OVERRIDE+= pkgconfig.pc.in
|
|
|
|
pre-configure:
|
|
cd ${WRKSRC} && ./autogen.sh
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|