aboutsummaryrefslogblamecommitdiff
path: root/cad/veroroute/Makefile
blob: 86c630bdecd7f9f7a3ad3083a9f21dd75678bc89 (plain) (tree)
1
2
3
4
5
6
7
8
9
                         
                    
                 

                               


                                                           
                                                           



                                                       
                                                 
                                                         
                  



                                   


                                                        
                      
PORTNAME=	veroroute
DISTVERSION=	2.38
PORTEPOCH=	1
CATEGORIES=	cad
MASTER_SITES=	SF/${PORTNAME}/

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	PCB (printed circuit board) design software
WWW=		https://sourceforge.net/projects/veroroute/

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>