mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
e122de7cd4
They were missing because of the i18n submodule revision confusion. Switched to the tarball which fixed this issue.
22 lines
601 B
Makefile
22 lines
601 B
Makefile
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>
|