# $NetBSD: Makefile,v 1.21 2010/06/24 18:36:13 asau Exp $
#

DISTNAME=		plotutils-2.6
PKGNAME=		${DISTNAME:C/-/-nox11-/}
PKGREVISION=		1
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

PKG_DESTDIR_SUPPORT=	user-destdir

CONFLICTS+=		plotutils-[0-9]*

DISTINFO_FILE=		${.CURDIR}/../../graphics/plotutils/distinfo
PATCHDIR=		${.CURDIR}/../../graphics/plotutils/patches

USE_LANGUAGES=		c c++
USE_TOOLS+=		lex

INFO_FILES=		yes
USE_LIBTOOL=		yes
GNU_CONFIGURE=		yes
CONFIGURE_ARGS+=	--enable-libplotter
CONFIGURE_ARGS+=	--without-x
MAKE_JOBS_SAFE=		no

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