pkgsrc/graphics/yplot/Makefile
jtb 7aec40a4ea Update of yplot to 1.1.0.
Changes include:

 * Configuration now done with autoconf
 * Many API extensions
 * Updated documentation
 * Many more demos
 * etc.
2001-06-20 12:58:56 +00:00

24 lines
722 B
Makefile

# $NetBSD: Makefile,v 1.8 2001/06/20 12:58:56 jtb Exp $
DISTNAME= yplot-1.1.0
CATEGORIES= graphics math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=yplot/}
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://yplot.sourceforge.net/
COMMENT= Yorick interface to PLplot
DEPENDS+= yorick-1.4*:../../math/yorick
DEPENDS+= plplot>=5.0.3:../../graphics/plplot
BUILD_DEPENDS+= teTeX>=1.0:../../print/teTeX
BUILD_DEPENDS+= python>=1.5:../../lang/python
EVAL_PREFIX+= PLPLOT_PREFIX=plplot
CONFIGURE_ENV+= PLPLOT_PREFIX=${PLPLOT_PREFIX}
EVAL_PREFIX+= YORICK_PREFIX=yorick
CONFIGURE_ENV+= YORICK_CONTRIB_PREFIX=${YORICK_PREFIX}/lib/yorick/1.4
GNU_CONFIGURE= yes
MAKEFILE= Makefile.build
.include "../../mk/bsd.pkg.mk"