2006-06-11 16:20:26 +02:00
|
|
|
# $NetBSD: Makefile,v 1.26 2006/06/11 14:20:26 joerg Exp $
|
2000-03-01 19:33:24 +01:00
|
|
|
#
|
|
|
|
|
2003-09-12 22:47:11 +02:00
|
|
|
DISTNAME= gwave-20030804
|
2006-04-17 15:45:57 +02:00
|
|
|
PKGREVISION= 4
|
2000-03-01 19:33:24 +01:00
|
|
|
CATEGORIES= cad
|
|
|
|
MASTER_SITES= http://www.cs.unc.edu/~tell/dist/
|
|
|
|
|
2003-07-17 23:21:03 +02:00
|
|
|
MAINTAINER= dmcmahill@NetBSD.org
|
2000-03-01 19:33:24 +01:00
|
|
|
HOMEPAGE= http://www.cs.unc.edu/~tell/gwave/
|
2003-07-21 18:24:36 +02:00
|
|
|
COMMENT= Viewer for spice-like simulator output and other analog data
|
2000-03-01 19:33:24 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= YES
|
2006-06-11 16:20:26 +02:00
|
|
|
USE_LIBTOOL= yes
|
2000-03-01 19:33:24 +01:00
|
|
|
|
2003-11-05 23:31:43 +01:00
|
|
|
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
|
|
|
|
|
2004-12-03 15:31:28 +01:00
|
|
|
.include "../../devel/guile14-gtk/buildlink3.mk"
|
2004-05-03 22:49:33 +02:00
|
|
|
.include "../../graphics/plotutils/buildlink3.mk"
|
2000-03-01 19:33:24 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|