2013-07-09 23:49:35 +02:00
|
|
|
# Created by: Joachim Strombergson <watchman@ludd.ltu.se>
|
2004-07-05 23:02:41 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= dinotrace
|
2012-08-05 07:06:20 +02:00
|
|
|
PORTVERSION= 9.4c
|
2013-03-30 06:13:30 +01:00
|
|
|
PORTREVISION= 2
|
2004-07-05 23:02:41 +02:00
|
|
|
CATEGORIES= cad
|
2009-01-12 11:31:44 +01:00
|
|
|
MASTER_SITES= http://www.veripool.org/ftp/
|
2006-10-21 12:14:27 +02:00
|
|
|
EXTRACT_SUFX= .tgz
|
2004-07-05 23:02:41 +02:00
|
|
|
|
2011-10-24 05:33:20 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2013-07-09 23:49:35 +02:00
|
|
|
COMMENT= Graphical signal trace waveform viewer
|
2005-02-28 05:25:50 +01:00
|
|
|
|
2012-06-01 15:18:21 +02:00
|
|
|
OPTIONS_DEFINE= EMACS
|
|
|
|
OPTIONS_DEFAULT= EMACS
|
|
|
|
EMACS_DESC= Install Emacs supplimentary files
|
2009-01-12 11:31:44 +01:00
|
|
|
|
2012-08-05 07:06:20 +02:00
|
|
|
USE_XORG= x11 sm ice xmu xt
|
2013-08-03 15:44:00 +02:00
|
|
|
USES= gmake motif perl5
|
|
|
|
USE_PERL5= build
|
2012-08-05 07:06:20 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2004-07-05 23:02:41 +02:00
|
|
|
|
|
|
|
INFO= dinotrace
|
2012-08-05 07:06:20 +02:00
|
|
|
PLIST_FILES= bin/dinotrace
|
2009-01-12 11:31:44 +01:00
|
|
|
|
2012-06-01 15:18:21 +02:00
|
|
|
.include <bsd.port.options.mk>
|
2012-08-05 07:06:20 +02:00
|
|
|
|
2012-06-01 15:18:21 +02:00
|
|
|
.if ${PORT_OPTIONS:MEMACS}
|
2012-08-05 07:06:20 +02:00
|
|
|
RUN_DEPENDS+= verilog-mode.el>0:${PORTSDIR}/cad/verilog-mode.el
|
|
|
|
USE_EMACS= yes
|
|
|
|
EMACS_NO_BUILD_DEPENDS= yes
|
|
|
|
.for F in dinotrace.el sim-log.el
|
|
|
|
PLIST_FILES+= ${EMACS_SITE_LISPDIR}/${F}
|
|
|
|
.endfor
|
2009-01-12 11:31:44 +01:00
|
|
|
.endif
|
|
|
|
|
2012-08-05 07:06:20 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|"-O3"|""|' ${WRKSRC}/configure
|
|
|
|
|
2009-01-12 11:31:44 +01:00
|
|
|
post-install:
|
2012-06-01 15:18:21 +02:00
|
|
|
.if ${PORT_OPTIONS:MEMACS}
|
2014-01-20 21:33:59 +01:00
|
|
|
@${MKDIR} ${STAGEDIR}${PREFIX}/${EMACS_SITE_LISPDIR}
|
2012-08-05 07:06:20 +02:00
|
|
|
.for F in dinotrace.el sim-log.el
|
2014-01-20 21:33:59 +01:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/lisp/${F} ${STAGEDIR}${PREFIX}/${EMACS_SITE_LISPDIR}
|
2012-08-05 07:06:20 +02:00
|
|
|
.endfor
|
2009-01-12 11:31:44 +01:00
|
|
|
.endif
|
|
|
|
|
2012-06-01 15:18:21 +02:00
|
|
|
.include <bsd.port.mk>
|