2011-01-13 14:36:05 +01:00
|
|
|
# $NetBSD: Makefile,v 1.37 2011/01/13 13:37:11 wiz Exp $
|
2000-03-01 19:33:24 +01:00
|
|
|
#
|
|
|
|
|
2007-11-16 00:53:48 +01:00
|
|
|
DISTNAME= gwave-20060606
|
2011-01-13 14:36:05 +01:00
|
|
|
PKGREVISION= 4
|
2000-03-01 19:33:24 +01:00
|
|
|
CATEGORIES= cad
|
2007-11-16 00:53:48 +01:00
|
|
|
MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/dist/ \
|
|
|
|
http://www.geda.seul.org/dist/
|
2000-03-01 19:33:24 +01:00
|
|
|
|
2003-07-17 23:21:03 +02:00
|
|
|
MAINTAINER= dmcmahill@NetBSD.org
|
2006-10-04 22:46:42 +02:00
|
|
|
HOMEPAGE= http://www.cs.unc.edu/~tell/gwave.html
|
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
|
|
|
|
2008-07-14 14:55:56 +02:00
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
|
2009-06-30 02:07:09 +02:00
|
|
|
MAKE_JOBS_SAFE= no
|
|
|
|
|
2000-03-01 19:33:24 +01:00
|
|
|
GNU_CONFIGURE= YES
|
2006-06-11 16:20:26 +02:00
|
|
|
USE_LIBTOOL= yes
|
2006-06-16 16:25:36 +02:00
|
|
|
USE_TOOLS+= perl
|
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
|
|
|
|
|
2007-06-18 02:41:16 +02:00
|
|
|
.include "../../devel/guile16-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"
|