pkgsrc/graphics/plotutils/Makefile
dmcmahill a514846f47 Update to plotutils-2.3. Changes include:
- PNM driver added, which outputs PBM/PGM/PPM format.
- CGM support added, By default, a CGM Plotter produces
  binary-encoded version-3 CGM format, which conforms to the WebCGM
  profile.
- pseudo-GIF driver added, using miGIF run-length encoding routines
- text string format now supports "\fP" macro for switching to
  previous font (cf. troff; "\fR", "\fI", "\fB" supported too).
- libplotter: new C++ library.  Provides base Plotter class, subclasses for
  the different sorts of Plotter.
- new "dotdotdashed" line style added
- new thread save C/C++ API added (old API still supported)
- pic2plot: new utility, which can translate the pic language to any supported
  graphics format, including X11.
- new function pentype() added to the API.
- many bug fixes.  See the file 'NEWS' in the source distribution for a
  complete list (a couple of pages).
1999-10-10 14:33:07 +00:00

18 lines
390 B
Makefile

# $NetBSD: Makefile,v 1.5 1999/10/10 14:33:07 dmcmahill Exp $
#
DISTNAME= plotutils-2.3
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
USE_LIBTOOL= yes
USE_X11BASE= yes
INFO_FILES= plotutils.info
.include "../../mk/bsd.pkg.mk"