blob: b932ff4e5e3ac4476971efe9e7790a9e1ce23a69 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
PORTNAME= librepcb
DISTVERSION= 0.1.6
DISTVERSIONSUFFIX= -source
PORTREVISION= 1
CATEGORIES= cad
MASTER_SITES= https://download.librepcb.org/releases/${DISTVERSION}/
MAINTAINER= yuri@FreeBSD.org
COMMENT= Schematic and PCB editing software
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= cmake compiler:c++11-lang desktop-file-utils gl qt:5 shared-mime-info zip
USE_QT= concurrent core gui network opengl printsupport sql svg xml widgets \
buildtools_build linguisttools_build testlib_build qmake_build
USE_GL= gl
WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}
.include <bsd.port.mk>
|