2012-11-03 20:52:23 +00:00
|
|
|
# Created by: Bruce M Simpson <bms@FreeBSD.org>
|
2008-05-03 10:05:49 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2012-09-04 08:46:18 +00:00
|
|
|
PORTNAME= gtkwave
|
2018-06-04 15:22:12 +00:00
|
|
|
PORTVERSION= 3.3.91
|
2008-05-03 10:05:49 +00:00
|
|
|
CATEGORIES= cad
|
2009-09-23 20:54:54 +00:00
|
|
|
MASTER_SITES= http://gtkwave.sourceforge.net/
|
2008-05-03 10:05:49 +00:00
|
|
|
|
2012-07-03 08:28:34 +00:00
|
|
|
MAINTAINER= zeising@FreeBSD.org
|
2008-05-03 10:05:49 +00:00
|
|
|
COMMENT= Electronic Waveform Viewer
|
|
|
|
|
2016-06-27 16:52:21 +00:00
|
|
|
LICENSE= GPLv2
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
|
|
|
LIB_DEPENDS= libfreetype.so:print/freetype2 \
|
|
|
|
libfontconfig.so:x11-fonts/fontconfig
|
|
|
|
|
|
|
|
USES= desktop-file-utils gettext gmake gperf pkgconfig shared-mime-info
|
2008-05-03 10:05:49 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2014-09-11 22:30:43 +00:00
|
|
|
CONFIGURE_ARGS= --disable-mime-update
|
2016-06-27 16:52:21 +00:00
|
|
|
USE_GNOME= cairo gtk20
|
2012-01-11 19:10:15 +00:00
|
|
|
INSTALLS_ICONS= yes
|
2008-05-03 10:05:49 +00:00
|
|
|
|
2018-03-23 21:24:03 +00:00
|
|
|
OPTIONS_DEFINE= TCL GCONF EXAMPLES
|
2012-06-14 18:57:48 +00:00
|
|
|
TCL_DESC= Enable support for TCL/TK
|
2016-06-27 16:52:21 +00:00
|
|
|
TCL_USES= tcl tk
|
2015-08-19 13:29:59 +00:00
|
|
|
TCL_CONFIGURE_ON= --with-tcl=${TCL_LIBDIR} \
|
|
|
|
--with-tk=${TK_LIBDIR}
|
|
|
|
TCL_CONFIGURE_OFF= --disable-tcl
|
2011-10-28 20:27:36 +00:00
|
|
|
|
2015-08-19 13:29:59 +00:00
|
|
|
GCONF_CONFIGURE_WITH= gconf
|
|
|
|
GCONF_USE= GNOME=gconf2
|
2012-05-03 15:25:12 +00:00
|
|
|
|
2015-08-19 13:29:59 +00:00
|
|
|
PORTDOCS= gtkwave.odt
|
2011-10-28 20:27:36 +00:00
|
|
|
|
2018-03-23 21:24:03 +00:00
|
|
|
post-patch-EXAMPLES-off:
|
|
|
|
${REINPLACE_CMD} '/^SUBDIRS/s|examples||' ${WRKSRC}/Makefile.in
|
|
|
|
|
2012-05-03 15:25:12 +00:00
|
|
|
post-install:
|
2014-01-28 14:18:34 +00:00
|
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
2012-05-03 15:25:12 +00:00
|
|
|
.for doc in ${PORTDOCS}
|
2014-01-28 14:18:34 +00:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/${doc} ${STAGEDIR}${DOCSDIR}
|
2012-05-03 15:25:12 +00:00
|
|
|
.endfor
|
|
|
|
|
2009-01-05 17:27:29 +00:00
|
|
|
.include <bsd.port.mk>
|