1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/math/pspp/Makefile

31 lines
686 B
Makefile
Raw Normal View History

# 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= 3
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_GNU}
2003-10-31 02:39:30 +00:00
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
2003-02-20 19:00:52 +00:00
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
2006-01-26 04:29:21 +00:00
USE_GETTEXT= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
INFO= pspp
.include <bsd.port.mk>