summaryrefslogtreecommitdiff
path: root/graphics/plotutils/Makefile
blob: 77c8e96312aef972a24b64d6413e57683ffdc776 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# $NetBSD: Makefile,v 1.52 2014/10/09 14:06:37 wiz Exp $

DISTNAME=	plotutils-2.6
PKGREVISION=	4
CATEGORIES=	devel graphics
MASTER_SITES=	${MASTER_SITE_GNU:=plotutils/}

MAINTAINER=	dmcmahill@NetBSD.org
HOMEPAGE=	http://www.gnu.org/software/plotutils/plotutils.html
COMMENT=	Programs and library for plotting scientific data
LICENSE=	gnu-gpl-v3

CONFLICTS+=	plotutils-nox11-[0-9]*

USE_LANGUAGES=		c c++
USE_LIBTOOL=		yes
USE_TOOLS+=		lex:run yacc
GNU_CONFIGURE=		yes
CONFIGURE_ARGS+=	--enable-libplotter
MAKE_JOBS_SAFE=		no
INFO_FILES=		yes

.include "options.mk"

.include "../../converters/libiconv/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"