blob: a50dcd70b0ee17d908bc58ab1d762558a529a047 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
PORTNAME= veroroute
DISTVERSION= 2.19
PORTEPOCH= 1
CATEGORIES= cad
MASTER_SITES= SF/${PORTNAME}/
MAINTAINER= yuri@FreeBSD.org
COMMENT= PCB (printed circuit board) design software
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/../licenses/license_GPLv3.txt
USES= compiler:c++11-lang gl qmake qt:5
USE_QT= core gui network widgets buildtools_build
USE_GL= gl
WRKSRC= ${WRKDIR}/VeroRoute
WRKSRC_SUBDIR= Src
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/veroroute
.include <bsd.port.mk>
|