06fffaaf4f
The big change here is that gwave now uses gtk2 instead of gtk1 ------------------------------ New in 20090213 - Fix warnings related to GtkTooltips - fix reading of ascii spice3 rawfiles containing blank lines, like those generated by ngspice - add patchfile and explanation sometimes needed when building g-wrap - applied submitted patch that fixes some gcc return-type warnings, fixed many additional gcc warnings. New in 20090124 - minor fixes adaptating for stable guile-gnome-platform-2.16.1 - seems to be stable now New in 20080206 - Another alpha release using guile-gnome-platform, for wider testing - Fixed "zoom dialog" for guile-gnome-platform - Still having some occasional crashes, apparently due to memory corruption that I haven't yet tracked down or pinned on guile-gnome-platform or anything else. New in 20070514 a "gwave2" version that uses Gtk+-2.0 by way of guile-gnome-platform. Feature-wise, about the same as the previous release. I think I've fixed most of the crashes. Known defects: Several dialogs that should have defaults don't. The change-waveform-color menu doesn't show the colors, just numbers.
32 lines
837 B
Makefile
32 lines
837 B
Makefile
# $NetBSD: Makefile,v 1.39 2011/05/19 03:28:34 dmcmahill Exp $
|
|
#
|
|
|
|
DISTNAME= gwave2-20090213
|
|
PKGNAME= ${DISTNAME:S/gwave2/gwave/}
|
|
CATEGORIES= cad
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gwave/}
|
|
|
|
MAINTAINER= dmcmahill@NetBSD.org
|
|
HOMEPAGE= http://gwave.sourceforge.net
|
|
COMMENT= Viewer for spice-like simulator output and other analog data
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
MAKE_JOBS_SAFE= no
|
|
|
|
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/guile-gnome/buildlink3.mk"
|
|
.include "../../graphics/plotutils/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|