2000-05-13 16:15:19 +02:00
|
|
|
# New ports collection makefile for: pspp
|
|
|
|
# Date created: 22 Apr 2000
|
|
|
|
# Whom: Andrew L. Neporada <andrew@chg.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= pspp
|
2005-09-07 00:26:43 +02:00
|
|
|
PORTVERSION= 0.4.0
|
2000-05-13 16:15:19 +02:00
|
|
|
CATEGORIES= math
|
2005-09-07 00:26:43 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
2003-10-31 03:39:30 +01:00
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2000-05-13 16:15:19 +02:00
|
|
|
|
2002-11-18 04:48:10 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 20:00:52 +01:00
|
|
|
COMMENT= Program for statistical analysis of sampled data
|
2000-05-13 16:15:19 +02:00
|
|
|
|
2005-09-07 00:26:43 +02:00
|
|
|
LIB_DEPENDS= plot.4:${PORTSDIR}/graphics/plotutils \
|
|
|
|
gslcblas.0:${PORTSDIR}/math/gsl
|
|
|
|
|
2000-05-13 16:15:19 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2005-09-07 00:26:43 +02:00
|
|
|
USE_GMAKE= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
|
|
|
INFO= pspp
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} < 500000
|
|
|
|
BROKEN= "does not compile"
|
|
|
|
.endif
|
2000-05-13 16:15:19 +02:00
|
|
|
|
2005-09-07 00:26:43 +02:00
|
|
|
.include <bsd.port.post.mk>
|