9637f7852e
pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
19 lines
448 B
Makefile
19 lines
448 B
Makefile
# $NetBSD: Makefile,v 1.6 2020/01/26 17:30:47 rillig Exp $
|
|
#
|
|
|
|
V= 5.1.4
|
|
DISTNAME= kicad-footprints-${V}
|
|
CATEGORIES= cad
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=KiCad/}
|
|
GITHUB_TAG= ${PKGVERSION_NOREV}
|
|
EXTRACT_USING= bsdtar
|
|
|
|
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"
|