Most USES use a colon for build/run(/test) suffixes. Change kde.mk, qt.mk and pyqt.mk to do the same, and update all ports using that. Document in CHANGES. PR: 266034 Exp-run by: antoine Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D36349
22 lines
629 B
Makefile
22 lines
629 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
|
|
WWW= https://librepcb.org/
|
|
|
|
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>
|