blob: 54f370740959ea8c64540e6ee228ae82f58c4c00 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= qspeakers
DISTVERSION= 1.6.8
CATEGORIES= cad
MAINTAINER= riggs@FreeBSD.org
COMMENT= Open source loudspeaker enclosure designer
WWW= http://brouits.free.fr/qspeakers/
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= desktop-file-utils gl pkgconfig qt:5 qmake shared-mime-info
USE_GL= gl
USE_QT= charts concurrent core gui linguisttools buildtools:build \
printsupport widgets xml
USE_GITHUB= yes
GH_ACCOUNT= be1
.include <bsd.port.mk>
|