Most of the previous pkgsrc patches have been incorporated upstream (yay!). New in 20060606 - ?? New in 20051222 - full-height vertical scrollbar appears if the total height of all panels becomes larger than the window. - new panel type "jumbo" stays larger even when things get crowded - most deprecated guile calls removed. Guile 1.6 or later is now required. New in 20050928 - ALPHA RELEASE: may crash. do not rely on for production use. - handling of multi-sweep datafiles - vertical scrollbars on label/measure area in each wavepanel make handling large numbers of waveforms easier. New in 20031202 - Got docstring extraction from C source to .txt files in doc directory working again - applied submitted patch that cleans up warnings from gcc3 about multiline text strings in C code New in 20030917 - bugfixes to make the new print/plot stuff work better - path to working gnu graph found by configure is passed to scheme code
26 lines
730 B
Makefile
26 lines
730 B
Makefile
# $NetBSD: Makefile,v 1.31 2007/11/15 23:53:48 dmcmahill Exp $
|
|
#
|
|
|
|
DISTNAME= gwave-20060606
|
|
CATEGORIES= cad
|
|
MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/dist/ \
|
|
http://www.geda.seul.org/dist/
|
|
|
|
MAINTAINER= dmcmahill@NetBSD.org
|
|
HOMEPAGE= http://www.cs.unc.edu/~tell/gwave.html
|
|
COMMENT= Viewer for spice-like simulator output and other analog data
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= perl
|
|
|
|
EVAL_PREFIX+= GRAPHDIR=plotutils
|
|
CONFIGURE_ENV+= GRAPH=${GRAPHDIR}/bin/graph
|
|
|
|
# make this file get rebuilt in a way that gcc3 can deal with
|
|
post-extract:
|
|
${RM} ${WRKSRC}/src/init_scheme_string.c
|
|
|
|
.include "../../devel/guile16-gtk/buildlink3.mk"
|
|
.include "../../graphics/plotutils/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|