summaryrefslogblamecommitdiff
path: root/math/gnuplot/Makefile
blob: e482a0d85529df163c8be692c755e54535f1d608 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                               
                               
                                       
                              
 
                                                      

 
                               
                           
                             
                                                                        
 
                                  
 
                                                        


                                 



                                                                       
 

                                    
                      
# New ports collection makefile for:    gnuplot
# Version required:     beta336
# Date created:         11 January 1997
# Whom:                 chuckr
#
# $Id: Makefile,v 1.12 1997/07/22 02:22:31 asami 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

LIB_DEPENDS=	png\\.0\\.[7-9]:${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>