pkgsrc/graphics/plotutils/Makefile
tron 5382bbe7c6 Because the minor number of the PNG library was increased packages compiled
using the newest PNG library won't work on system with an older one. To
prevent such problems with precompiled binary packages require at least
"png-1.0.9nb1" in all dependences.
2001-03-04 09:06:09 +00:00

26 lines
712 B
Makefile

# $NetBSD: Makefile,v 1.14 2001/03/04 09:06:13 tron Exp $
#
DISTNAME= plotutils-2.4.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.0.9:../../graphics/png
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-libplotter
# make sure configure finds png
CPPFLAGS+= -I${LOCALBASE}/include
CONFIGURE_ENV+= CFLAGS="${CFLAGS}" CPPFLAGS="${CPPFLAGS}"
USE_LIBTOOL= yes
USE_X11BASE= yes
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig ${WRKSRC}/libxmi/ltconfig
INFO_FILES= plotutils.info
.include "../../mk/bsd.pkg.mk"