summaryrefslogtreecommitdiff
path: root/graphics/plotutils/Makefile
blob: 8d5eb1eeb1f9c43cdf36da6c20bf7a6bf2fe4782 (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
# $NetBSD: Makefile,v 1.20 2003/05/29 23:14:09 grant Exp $
#

DISTNAME=		plotutils-2.4.1
PKGREVISION=		1
CATEGORIES=		devel graphics x11
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

USE_BUILDLINK2=		yes
USE_X11BASE=		yes
USE_GCC_SHLIB=		yes

GNU_CONFIGURE=		yes
CONFIGURE_ARGS+=	--enable-libplotter

USE_LIBTOOL=		yes
LTCONFIG_OVERRIDE=	${WRKSRC}/ltconfig ${WRKSRC}/libxmi/ltconfig

.include "../../graphics/png/buildlink2.mk"
.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"