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