freebsd-ports/cad/veroroute/Makefile
Yuri Victorovich db88433137 cad/veroroute: Update 1.93 -> 1.94
Reported by:	portscout
2020-05-17 08:37:50 +00:00

21 lines
426 B
Makefile

# $FreeBSD$
PORTNAME= veroroute
PORTVERSION= 1.94
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 qmake qt:5
USE_QT= core gui network widgets buildtools_build
WRKSRC= ${WRKDIR}/VeroRoute
WRKSRC_SUBDIR= Src
.include <bsd.port.mk>