pkgsrc/cad/gwave/Makefile
wiz 7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00

34 lines
873 B
Makefile

# $NetBSD: Makefile,v 1.61 2014/05/29 23:35:17 wiz Exp $
#
DISTNAME= gwave2-20090213
PKGNAME= ${DISTNAME:S/gwave2/gwave/}
PKGREVISION= 17
CATEGORIES= cad
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gwave/}
MAINTAINER= dmcmahill@NetBSD.org
HOMEPAGE= http://gwave.sourceforge.net/
COMMENT= Viewer for spice-like simulator output and other analog data
LICENSE= gnu-gpl-v2
MAKE_JOBS_SAFE= no
GNU_CONFIGURE= YES
USE_LIBTOOL= yes
USE_TOOLS+= perl pkg-config
EVAL_PREFIX+= GRAPHDIR=plotutils
CONFIGURE_ENV+= GRAPH=${GRAPHDIR}/bin/graph
LDFLAGS.DragonFly= -lX11
LDFLAGS.SunOS+= -lX11
# 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-gnome/buildlink3.mk"
.include "../../graphics/plotutils/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"