ports/cad/qrouter/Makefile
Yuri Victorovich 7790f45977 cad/qrouter: Update 1.4.84 -> 1.4.85
Reported by:	portscout
2021-11-14 21:18:52 -08:00

23 lines
533 B
Makefile

PORTNAME= qrouter
DISTVERSION= 1.4.85
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>