1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/cad/veroroute/Makefile
Yuri Victorovich 2c53a47948 cad/veroroute: Update 2.14 -> 2.15
Reported by:	portscout
2021-06-30 18:07:40 -07:00

24 lines
493 B
Makefile

PORTNAME= veroroute
DISTVERSION= 2.15
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>