1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/cad/kicad-library-footprints/Makefile
Christoph Moench-Tegeder ead6957b91 update KiCad to 5.1.9
includes part libraries and docs as well
Releaes Announcement: https://kicad.org/blog/2020/12/KiCad-5.1.9-Release/
2020-12-28 14:57:42 +00:00

31 lines
672 B
Makefile

# Created by: Thierry Thomas <thierry@FreeBSD.org>
# $FreeBSD$
PORTNAME= kicad
PORTVERSION= 5.1.9
CATEGORIES= cad
MASTER_SITES= https://gitlab.com/kicad/libraries/${PORTNAME}-footprints/-/archive/${DISTVERSION}/
PKGNAMESUFFIX= -library-footprints
DISTNAME= ${PORTNAME}-footprints-${DISTVERSION}
MAINTAINER= cmt@FreeBSD.org
COMMENT= Official KiCad Footprint Libraries
LICENSE= GPLv2
RUN_DEPENDS= kicad:cad/kicad
USES= cmake tar:bz2
CONFLICTS= kicad-devel-r2*
CMAKE_ARGS= -DLOCALBASE="${LOCALBASE}" \
-DCMAKE_BUILD_TYPE="Release" \
-DKICAD_TESTING_VERSION=ON \
-DKICAD_BUILD_VERSION=${DISTVERSION}
INSTALL_TARGET= install
NO_ARCH= yes
.include <bsd.port.mk>