# $NetBSD: Makefile,v 1.6 2001/02/16 13:46:23 wiz Exp $ # DISTNAME= gwave-20001123 CATEGORIES= cad MASTER_SITES= http://www.cs.unc.edu/~tell/dist/ MAINTAINER= dmcmahill@netbsd.org HOMEPAGE= http://www.cs.unc.edu/~tell/gwave/ COMMENT= viewer for spice-like simulator output and other analog data DEPENDS+= guile-gtk>=0.19:../../devel/guile-gtk DEPENDS+= plotutils-*:../../graphics/plotutils GNU_CONFIGURE= YES # LDFLAGS to get -lreadline # CPPFLAGS to get -I${LOCALBASE}/include for readline/readline.h CPPFLAGS+= -I${LOCALBASE}/include CONFIGURE_ENV+= LDFLAGS+="${LDFLAGS}" CPPFLAGS="${CPPFLAGS}" post-extract: ${CP} ${FILESDIR}/sp2sp.1 ${WRKSRC}/doc/sp2sp.1 .include "../../mk/bsd.pkg.mk"