pkgsrc/graphics/gnuplot/Makefile

36 lines
1,007 B
Makefile
Raw Normal View History

2003-07-03 16:14:03 +02:00
# $NetBSD: Makefile,v 1.22 2003/07/03 14:14:03 seb Exp $
1998-02-09 00:59:20 +01:00
#
DISTNAME= gnuplot-3.7.3
SVR4_PKGNAME= gplot
PKGREVISION= 1
CATEGORIES= graphics x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnuplot/} \
ftp://ftp.ucc.ie/pub/gnuplot/ \
ftp://ftp.cc.monash.edu.au/pub/gnuplot/
MAINTAINER= root@garbled.net
HOMEPAGE= http://sourceforge.net/projects/gnuplot/
COMMENT= gnuplot is a nice plotting utility
CONFLICTS+= ${DISTNAME:C/-[0-9].*//}
GNU_CONFIGURE= YES
2002-09-22 02:49:32 +02:00
USE_BUILDLINK2= YES
# because of missing rl_complete_with_tilde_expansion and rl_terminal_name
USE_GNU_READLINE= YES
USE_X11= YES
2003-07-03 16:14:03 +02:00
USE_NEW_TEXINFO= YES
INFO_FILES= gnuplot.info
CONFIGURE_ARGS+= --with-pdf
CONFIGURE_ARGS+= --with-plot=${LOCALBASE}
CONFIGURE_ARGS+= --with-readline=${BUILDLINK_PREFIX.readline}
.include "../../devel/readline/buildlink2.mk"
.include "../../graphics/plotutils/buildlink2.mk"
.include "../../graphics/png/buildlink2.mk"
.include "../../print/pdflib/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"