dd0c846e25
The build process is rather unstable on our asciidoc toolchain, but then the doc files are completely independent of OS and machine architecture, so there's nothing which stops us from just taking the ready-built files from upstream. At the same time this enables two additional documentation languages (polnish and chinese) - their build process was even more unstable than the rest in my environment. PR: 241183 MFH: 2020Q1
28 lines
583 B
Makefile
28 lines
583 B
Makefile
# Created by: Christoph Moench-Tegeder <cmt@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= kicad
|
|
PORTVERSION= 5.1.5
|
|
PORTREVISION= 1
|
|
CATEGORIES= cad
|
|
MASTER_SITES= https://kicad-downloads.s3.cern.ch/docs/
|
|
PKGNAMESUFFIX= -doc
|
|
DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSION}
|
|
|
|
MAINTAINER= cmt@FreeBSD.org
|
|
COMMENT= KiCad Documentation and Help Files
|
|
|
|
LICENSE= GPLv3+ CC-BY-3.0
|
|
LICENSE_COMB= dual
|
|
|
|
RUN_DEPENDS= kicad:cad/kicad
|
|
|
|
CONFLICTS= kicad-devel-r2*
|
|
|
|
NO_ARCH= yes
|
|
NO_BUILD= yes
|
|
|
|
do-install:
|
|
cd ${WRKSRC}/share/doc/kicad && ${COPYTREE_SHARE} . ${STAGEDIR}/${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|