freebsd-ports/math/gnuplot/Makefile

36 lines
881 B
Makefile
Raw Normal View History

# New ports collection makefile for: gnuplot
# Version required: 3.7
# Date created: 19 April 1998
# Whom: chuckr
#
1999-08-25 09:23:21 +02:00
# $FreeBSD$
#
DISTNAME= gnuplot-3.7
CATEGORIES= math graphics
MASTER_SITES= ftp://ftp.gnuplot.vt.edu/pub/gnuplot/
MAINTAINER= chuckr@FreeBSD.org
LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png \
gd.0:${PORTSDIR}/graphics/gd
1998-11-29 13:43:13 +01:00
USE_XLIB= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --exec-prefix=${PREFIX} \
--includedir=${LOCALBASE}/include/ \
--libdir=${LOCALBASE}/lib \
--with-x --without-linux-vga \
--with-gd=${LOCALBASE}/lib \
--with-gnu-readline --with-lasergnu --with-png
pre-configure:
$(SED) -e "s%@CPPFLAGS@%-I$(LOCALBASE)/include -I$(X11BASE)/include%" \
< $(WRKSRC)/Makefile.in > $(WRKDIR)/tmp-makefile.in
$(CP) $(WRKDIR)/tmp-makefile.in $(WRKSRC)/Makefile.in
MAN1= gnuplot.1 lasergnu.1
.include <bsd.port.mk>