freebsd-ports/cad/kicad-doc/Makefile
Christoph Moench-Tegeder 916ecb46c3 update kicad and it's libraries to 5.1.8
https://kicad.org/blog/2020/11/KiCad-5.1.8-Release/

While here:
 - KiCad's official home on the Web is now https://kicad.org
   https://kicad.org/blog/2020/10/kicad.org-the-permanent-internet-home-of-KiCad/
   update pkg-descr accordingly
 - development has moved to GitLab and the libraries' GitHub repos are
   already no longer active. Update all MASTER_SITES to fetch the released
   tarballs from Gitlab.
2020-11-05 23:33:24 +00:00

27 lines
567 B
Makefile

# Created by: Christoph Moench-Tegeder <cmt@FreeBSD.org>
# $FreeBSD$
PORTNAME= kicad
PORTVERSION= 5.1.8
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>