summaryrefslogtreecommitdiff
path: root/graphics/plotutils/Makefile
blob: 7aeb300fc502ca8a7cd82de922fe72f41a474569 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $NetBSD: Makefile,v 1.8 2000/07/18 23:07:46 itohy Exp $
#

DISTNAME=	plotutils-2.3
# "nb1" is added to distinguish libplotter enabled version and existent pkg.
# If you update the base source above 2.3, this hack will no longer needed.
PKGNAME=	plotutils-2.3nb1
CATEGORIES=	devel graphics x11
MASTER_SITES=	${MASTER_SITE_GNU:=plotutils/}

MAINTAINER=	dmcmahill@netbsd.org
HOMEPAGE=	http://www.gnu.org/software/plotutils/plotutils.html

GNU_CONFIGURE=	yes
CONFIGURE_ARGS+=--enable-libplotter

USE_PKGLIBTOOL=	yes
USE_X11BASE=	yes

INFO_FILES=	plotutils.info

.include "../../mk/bsd.pkg.mk"