pkgsrc/cad/kicad-doc/Makefile
bouyer cff37242c5 Import kicad documentation as of 20140214.
Sources are available only from bzr (no release) so I made a snapshot
of the source tree and put it on a http server.

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 documentation for Kicad
2014-02-17 20:40:48 +00:00

20 lines
505 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2014/02/17 20:40:48 bouyer Exp $
#
V= 20140214
DISTNAME= kicad-doc-${V}
CATEGORIES= cad
MASTER_SITES= http://ftp.fr.NetBSD.org/~bouyer/kicad/
MAINTAINER= bouyer@NetBSD.org
HOMEPAGE= http://iut-tice.ujf-grenoble.fr/kicad/
COMMENT= Documentation for the schematic and PCB CAD software
LICENSE= gnu-gpl-v2
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c c++
USE_CMAKE= yes
.include "../../devel/cmake/buildlink3.mk"
.include "../../mk/bsd.prefs.mk"
.include "../../mk/bsd.pkg.mk"