1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/math/gnuplot/Makefile

28 lines
721 B
Makefile
Raw Normal View History

# New ports collection makefile for: gnuplot
# Version required: beta336
# Date created: 11 January 1997
# Whom: chuckr
#
1998-03-28 20:12:07 +00:00
# $Id: Makefile,v 1.13 1997/09/01 07:41:23 cwt Exp $
#
DISTNAME= gnuplot-beta336
PKGNAME= gnuplot-336
CATEGORIES= math graphics
MASTER_SITES= http://www.ipc.chiba-u.ac.jp/~yamaga/gnuplot%2B/3.6base/
MAINTAINER= chuckr@FreeBSD.org
1998-03-28 20:12:07 +00:00
LIB_DEPENDS= png\\.0\\.:${PORTSDIR}/graphics/png
WRKSRC= ${WRKDIR}/gnuplot
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --exec-prefix=${PREFIX} \
--includedir=${PREFIX}/include --libdir=${PREFIX}/lib \
--with-x --without-linux-vga \
--with-gnu-readline --with-lasergnu --with-png
MAN1= gnuplot.1 lasergnu.1
.include <bsd.port.mk>