pkgsrc/graphics/plotutils/Makefile
fredb b48eba1112 Give all packages which depend on "png" a version bump, and update
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
2002-03-13 17:36:35 +00:00

25 lines
673 B
Makefile

# $NetBSD: Makefile,v 1.18 2002/03/13 17:37:15 fredb 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
DEPENDS+= png>=1.2.1:../../graphics/png
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-libplotter
# make sure configure finds png
CPPFLAGS+= -I${LOCALBASE}/include
USE_LIBTOOL= yes
USE_X11BASE= yes
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig ${WRKSRC}/libxmi/ltconfig
.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"