2008-11-10 18:21:33 +01:00
|
|
|
# $NetBSD: Makefile,v 1.43 2008/11/10 17:21:36 wiz Exp $
|
1998-11-07 16:23:49 +01:00
|
|
|
#
|
|
|
|
|
Update to plotutils-2.4.1.
Many bug fixes since the last release. For a complete list of changes refer
to the NEWS file.
Notable additions include:
libplot: SVG driver added, which outputs the new XML-based SVG (scalable
vector graphics) format.
documentation: man page for plotfont added.
libplot: completely new metafile export driver, written from scratch.
libplot: ReGIS driver added, which outputs ReGIS (DEC's remote graphics
instruction set, understood by DEC's VT340 and earlier terminals,
and also emulators like DEC's decterm). No support yet for filling
paths that extend beyond the boundaries of a ReGIS display, due to
a need for clipping code.
graph,plot,tek2plot,plotfont,pic2plot: `-T png' now allowed if libplot
contains a PNG driver.
libplot: PNG driver added, which outputs PNG (portable network graphics)
format. Included only if libpng (version number >= 0.95) and libz
are found at package installation time. `configure' now supports
a `--without-libpng' option to disable PNG support.
2000-08-24 02:03:47 +02:00
|
|
|
DISTNAME= plotutils-2.4.1
|
2008-11-10 18:21:33 +01:00
|
|
|
PKGREVISION= 6
|
2000-08-14 22:06:18 +02:00
|
|
|
CATEGORIES= devel graphics x11
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=plotutils/}
|
1998-11-07 16:23:49 +01:00
|
|
|
|
2003-07-17 23:41:05 +02:00
|
|
|
MAINTAINER= dmcmahill@NetBSD.org
|
2000-08-14 22:06:18 +02:00
|
|
|
HOMEPAGE= http://www.gnu.org/software/plotutils/plotutils.html
|
2001-02-16 16:22:13 +01:00
|
|
|
COMMENT= Programs and library for plotting scientific data
|
1998-11-07 16:23:49 +01:00
|
|
|
|
2003-07-03 20:47:58 +02:00
|
|
|
CONFLICTS+= plotutils-nox11-[0-9]*
|
2000-08-24 02:08:39 +02:00
|
|
|
|
2004-05-31 18:47:47 +02:00
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
2008-06-12 04:14:13 +02:00
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
2004-05-31 18:47:47 +02:00
|
|
|
|
2004-06-15 10:06:52 +02:00
|
|
|
USE_LANGUAGES= c c++
|
2007-10-10 16:20:39 +02:00
|
|
|
USE_TOOLS+= lex yacc
|
2003-06-07 19:39:23 +02:00
|
|
|
|
2006-04-01 01:56:28 +02:00
|
|
|
INFO_FILES= # PLIST
|
2006-03-31 19:28:11 +02:00
|
|
|
USE_LIBTOOL= YES
|
2003-06-07 19:39:23 +02:00
|
|
|
GNU_CONFIGURE= YES
|
2000-08-14 22:06:18 +02:00
|
|
|
CONFIGURE_ARGS+= --enable-libplotter
|
1998-11-07 16:23:49 +01:00
|
|
|
|
2004-02-21 15:46:50 +01:00
|
|
|
.include "../../graphics/png/buildlink3.mk"
|
2007-01-22 23:09:15 +01:00
|
|
|
.include "../../x11/libXaw/buildlink3.mk"
|
|
|
|
.include "../../x11/libXext/buildlink3.mk"
|
|
|
|
.include "../../x11/libXp/buildlink3.mk"
|
|
|
|
.include "../../x11/libXt/buildlink3.mk"
|
|
|
|
.include "../../x11/xextproto/buildlink3.mk"
|
1998-11-07 16:23:49 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|