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







                                                                         
                     
                 
                    
                                  
                                   
 
                                 
                                                                
 


                                                       
                   
                   
                   
                   




                                                   
                      
# New ports collection makefile for:   pspp
# Date created:                        22 Apr 2000
# Whom:                                Andrew L. Neporada <andrew@chg.ru>
#
# $FreeBSD$
#

PORTNAME=	pspp
PORTVERSION=	0.4.0
PORTREVISION=	2
CATEGORIES=	math
MASTER_SITES=	${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR=	${PORTNAME}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Program for statistical analysis of sampled data

LIB_DEPENDS=	plot.4:${PORTSDIR}/graphics/plotutils \
		gslcblas.0:${PORTSDIR}/math/gsl

USE_PERL5_BUILD=yes
GNU_CONFIGURE=	yes
USE_GMAKE=	yes
USE_GETTEXT=	yes
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
		LDFLAGS="-L${LOCALBASE}/lib"

INFO=		pspp

.include <bsd.port.mk>