pkgsrc/cad/gwave/Makefile

26 lines
680 B
Makefile
Raw Normal View History

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