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