pkgsrc/cad/gwave/Makefile

34 lines
852 B
Makefile
Raw Normal View History

2013-10-10 16:41:44 +02:00
# $NetBSD: Makefile,v 1.58 2013/10/10 14:42:01 ryoon Exp $
#
DISTNAME= gwave2-20090213
PKGNAME= ${DISTNAME:S/gwave2/gwave/}
2013-10-10 16:41:44 +02:00
PKGREVISION= 15
CATEGORIES= cad
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gwave/}
2003-07-17 23:21:03 +02:00
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
2006-06-11 16:20:26 +02:00
USE_LIBTOOL= yes
USE_TOOLS+= perl pkg-config
EVAL_PREFIX+= GRAPHDIR=plotutils
CONFIGURE_ENV+= GRAPH=${GRAPHDIR}/bin/graph
LDFLAGS.DragonFly= -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"
2004-05-03 22:49:33 +02:00
.include "../../graphics/plotutils/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"