aboutsummaryrefslogtreecommitdiff
path: root/cad/qrouter/Makefile
blob: 7bfb64dacaf1eb49117996e848d814c646a1f815 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24

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>