pkgsrc/cad/gwave/Makefile
2016-08-03 10:22:08 +00:00

33 lines
859 B
Makefile

# $NetBSD: Makefile,v 1.66 2016/08/03 10:22:33 adam Exp $
#
DISTNAME= gwave2-20090213
PKGNAME= ${DISTNAME:S/gwave2/gwave/}
PKGREVISION= 21
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
CONFIGURE_ENV+= GRAPH=${BUILDLINK_PREFIX.plotutils}/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"