2000-01-10 20:11:07 +01:00
|
|
|
# $NetBSD: Makefile,v 1.7 2000/01/10 19:11:09 hubertf Exp $
|
1998-10-26 19:54:42 +01:00
|
|
|
#
|
|
|
|
|
1999-03-15 16:04:13 +01:00
|
|
|
DISTNAME= pspp-0.2.3
|
1998-10-26 19:54:42 +01:00
|
|
|
CATEGORIES= math
|
|
|
|
MASTER_SITES= ftp://franz.stat.wisc.edu/pub/PSPP/ \
|
1999-03-15 16:04:13 +01:00
|
|
|
ftp://alpha.gnu.org/gnu/pspp/ \
|
|
|
|
ftp://ftp.gwdg.de/pub/gnu-alpha/pspp/ \
|
|
|
|
ftp://ftp.unex.es/pub/gnu-beta/pspp/ \
|
|
|
|
ftp://ftp.cs.columbia.edu/.archives/gnu/alpha/pspp/ \
|
|
|
|
ftp://ftp.kddlabs.co.jp/.1/alpha-gnu/pspp/ \
|
|
|
|
ftp://ftp.icm.edu.pl/vol/rzm0/gnu-alpha/pspp/ \
|
|
|
|
ftp://ftp.tuniv.szczecin.pl/mirrors/alpha.gnu.org/pub/gnu/pspp/
|
1998-10-26 19:54:42 +01:00
|
|
|
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
|
|
HOMEPAGE= http://www.gnu.org/software/pspp/
|
|
|
|
|
1999-07-13 03:31:06 +02:00
|
|
|
BUILD_DEPENDS+= autoconf:../../devel/autoconf
|
2000-01-10 20:11:07 +01:00
|
|
|
DEPENDS+= gettext-0.10.*:../../devel/gettext
|
1999-07-06 10:03:46 +02:00
|
|
|
DEPENDS+= ncurses-4.2:../../devel/ncurses
|
1998-10-26 19:54:42 +01:00
|
|
|
|
1999-07-13 03:31:06 +02:00
|
|
|
.if !exists(/usr/include/readline.h)
|
|
|
|
DEPENDS+= readline-4.0:../../devel/readline
|
|
|
|
.endif
|
|
|
|
|
1998-10-26 19:54:42 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GTEXINFO= yes
|
1999-07-13 03:31:06 +02:00
|
|
|
CPPFLAGS+= -Dunix=1 -I${LOCALBASE}/include
|
|
|
|
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
|
|
|
|
|
|
|
|
pre-configure:
|
|
|
|
( cd ${WRKSRC}; autoconf )
|
1998-10-26 19:54:42 +01:00
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|