c196a363af
Kicad is an open source (GPL) software for the creation of electronic schematic diagrams and printed circuit board artwork. Designed and written by Jean-Pierre Charras, a researcher at LIS (Laboratoire des Images et des Signaux) and a teacher in IUT de Saint Martin d'Heres (France), in the field of electrical engineering and image processing. Kicad is a set of four softwares and a project manager: * Eeschema: Schematic entry. * Pcbnew: Board editor. * Gerbview: GERBER viewer (photoplotter documents). * Cvpcb: footprint selector for components used in the circuit design. * Kicad: project manager. This package contains the user interface translations for Kicad
28 lines
669 B
Makefile
28 lines
669 B
Makefile
# $NetBSD: Makefile,v 1.1 2016/02/03 19:41:36 bouyer Exp $
|
|
#
|
|
|
|
V= 4.0.1
|
|
DISTNAME= kicad-i18n-${V}
|
|
CATEGORIES= cad
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=KiCad/}
|
|
GITHUB_TAG= ${PKGVERSION_NOREV}
|
|
EXTRACT_SUFX= .zip
|
|
|
|
|
|
MAINTAINER= bouyer@NetBSD.org
|
|
HOMEPAGE= http://kicad-pcb.org/
|
|
COMMENT= user interface translations for the PCB CAD software
|
|
LICENSE= gnu-gpl-v2
|
|
CMAKE_ARGS+= -DKICAD_REPO_NAME=stable -DKICAD_BUILD_VERSION=${V}
|
|
|
|
USE_CMAKE= yes
|
|
BUILD_DIRS= obj
|
|
CONFIGURE_DIRS= ${BUILD_DIRS}
|
|
CMAKE_ARG_PATH= ..
|
|
|
|
pre-configure:
|
|
cd ${WRKSRC} && mkdir ${BUILD_DIRS}
|
|
|
|
.include "../../devel/cmake/buildlink3.mk"
|
|
.include "../../mk/bsd.prefs.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|