aboutsummaryrefslogblamecommitdiff
path: root/cad/qrouter/Makefile
blob: 48882272681bab2a50a16d18117741a05ddfff4d (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
                       
                      








                                                                 

                                                  

                   
                                                               
 



                                                 

                      
PORTNAME=	qrouter
DISTVERSION=	1.4.84
CATEGORIES=	cad
MASTER_SITES=	http://opencircuitdesign.com/${PORTNAME}/archive/

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Tool to generate metal layers and vias

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/COPYRIGHT

USES=		gmake localbase tar:tgz xorg tk:87
USE_XORG=	ice sm x11 xt

GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--with-tcl=${TCL_LIBDIR} --with-tk=${TK_LIBDIR}

post-install:
.for f in qrouter.so qrouterexec qrouternullg
	@${STRIP_CMD} ${STAGEDIR}/${DATADIR}/${f}
.endfor

.include <bsd.port.mk>