pkgsrc/cad/kicad-templates/Makefile
bouyer 1ed71af5d6 Update kicad packages to 5.1.4. Changes since 5.1.2:
The KiCad project is proud to announce the latest series 5 stable release of
KiCad. The 5.1.4 stable version contains critical bug fixes and other minor
improvements since the 5.1.2 and 5.1.3 releases. It also includes improved
footprint, symbol, and 3D model libraries, translations, and documentation.
A list of all of the fixed bugs since the 5.1.2 and 5.1.3 releases can be
found on the KiCad 5.1.3 milestone page and the KiCad 5.1.4 milestone page.
This release contains several critical bug fixes so please consider upgrading
as soon as possible.
2019-08-29 15:36:39 +00:00

19 lines
448 B
Makefile

# $NetBSD: Makefile,v 1.2 2019/08/29 15:36:40 bouyer Exp $
#
V= 5.1.4
DISTNAME= kicad-templates-${V}
CATEGORIES= cad
MASTER_SITES= ${MASTER_SITE_GITHUB:=KiCad/}
GITHUB_TAG= ${PKGVERSION_NOREV}
EXTRACT_USING= bsdtar
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://kicad-pcb.org/
COMMENT= Project templates for the schematic CAD software
LICENSE= cc-by-sa-v4.0
USE_CMAKE= yes
.include "../../mk/bsd.prefs.mk"
.include "../../mk/bsd.pkg.mk"