b60f0093a4
mostly bugfixes, new components in symbols and footprints.
17 lines
437 B
Makefile
17 lines
437 B
Makefile
# $NetBSD: Makefile,v 1.4 2021/02/21 18:56:36 bouyer Exp $
|
|
#
|
|
|
|
V= 5.1.9
|
|
DISTNAME= kicad-symbols-${V}
|
|
CATEGORIES= cad
|
|
MASTER_SITES= https://gitlab.com/kicad/libraries/kicad-symbols/-/archive/${V}/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://kicad-pcb.org/
|
|
COMMENT= Schematic symbol libraries for the schematic CAD software
|
|
LICENSE= cc-by-sa-v4.0
|
|
|
|
USE_CMAKE= yes
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|