34 lines
1,014 B
Makefile
34 lines
1,014 B
Makefile
# $NetBSD: Makefile,v 1.4 2003/08/09 10:53:29 seb Exp $
|
|
#
|
|
|
|
DISTNAME= gnuplot-3.7.3
|
|
SVR4_PKGNAME= gplot
|
|
PKGNAME= ${DISTNAME:C/-/-nox11-/}
|
|
CATEGORIES= graphics
|
|
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+= gnuplot-[0-9]*
|
|
|
|
USE_BUILDLINK2= YES
|
|
# because of missing rl_complete_with_tilde_expansion and rl_terminal_name
|
|
USE_GNU_READLINE= YES
|
|
GNU_CONFIGURE= YES
|
|
|
|
INFO_FILES= gnuplot.info
|
|
|
|
CONFIGURE_ARGS+= --with-pdf
|
|
CONFIGURE_ARGS+= --with-plot=${LOCALBASE}
|
|
CONFIGURE_ARGS+= --with-readline=${BUILDLINK_PREFIX.readline}
|
|
CONFIGURE_ARGS+= --without-x
|
|
|
|
.include "../../devel/readline/buildlink2.mk"
|
|
.include "../../graphics/plotutils-nox11/buildlink2.mk"
|
|
.include "../../graphics/png/buildlink2.mk"
|
|
.include "../../print/pdflib/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|