mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
ead6957b91
includes part libraries and docs as well Releaes Announcement: https://kicad.org/blog/2020/12/KiCad-5.1.9-Release/
31 lines
672 B
Makefile
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>
|