Files
ports/cad/veroroute/Makefile
T
Yuri Victorovich ac6c5def1a cad/veroroute: Update 2.00 -> 2.01
Reported by:	portscout
2021-01-24 01:13:06 +00:00

26 lines
506 B
Makefile

# $FreeBSD$
PORTNAME= veroroute
DISTVERSION= 2.01
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>