pkgsrc/cad/gwave/Makefile
tv dc99bb80f2 Update linkage to libltdl (via guile{,14}), which is now its own package.
Unfortunately, guile{,14}/buildlink3.mk directly includes it, and I don't
know which dependencies actually need libltdl, so it was a recursive bump.
Hopefully this recursive inclusion can be ripped out of
guile{,14}/buildlink3.mk at some point and bubble down to dependencies that
actually use libltdl, avoiding this headache in the future....
2004-10-15 14:50:05 +00:00

25 lines
678 B
Makefile

# $NetBSD: Makefile,v 1.21 2004/10/15 14:50:06 tv Exp $
#
DISTNAME= gwave-20030804
PKGREVISION= 2
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
USE_BUILDLINK3= YES
GNU_CONFIGURE= 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/guile-gtk/buildlink3.mk"
.include "../../graphics/plotutils/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"