1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/cad/qrouter/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

24 lines
533 B
Makefile

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>