pkgsrc/cad/gwave/Makefile
wiz c83ffb8583 Bump freetype2 and fontconfig dependencies to current pkgsrc versions,
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.

While doing that, also bump freetype2 dependency to current pkgsrc
version.

Suggested by tron in PR 47882
2013-06-03 10:04:30 +00:00

33 lines
850 B
Makefile

# $NetBSD: Makefile,v 1.54 2013/06/03 10:04:37 wiz Exp $
#
DISTNAME= gwave2-20090213
PKGNAME= ${DISTNAME:S/gwave2/gwave/}
PKGREVISION= 11
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
# 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"