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.
20 lines
488 B
Makefile
20 lines
488 B
Makefile
# $NetBSD: Makefile,v 1.3 2020/01/26 17:30:47 rillig Exp $
|
|
#
|
|
|
|
V= 5.1.4
|
|
DISTNAME= kicad-packages3d-${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= 3D models for rendering and the MCAD software
|
|
LICENSE= cc-by-sa-v4.0
|
|
WRKSRC= ${WRKDIR}/kicad-packages3D-${V}
|
|
|
|
USE_CMAKE= yes
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|