pkgsrc/math/pspp/Makefile
hubertf e32afb6fea Change BUILD_DEPENDS semantics:
first component is now a package name+version/pattern, no more
executable/patchname/whatnot.

While there, introduce BUILD_USES_MSGFMT as shorthand to pull in
devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current).

Patch by Alistair Crooks <agc@netbsd.org>
2001-03-27 03:19:43 +00:00

32 lines
949 B
Makefile

# $NetBSD: Makefile,v 1.16 2001/03/27 03:20:06 hubertf Exp $
#
DISTNAME= pspp-0.3.0
CATEGORIES= math
MASTER_SITES= ftp://franz.stat.wisc.edu/pub/PSPP/ \
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/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.gnu.org/software/pspp/
COMMENT= Program for statistical analysis of sampled data
BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
BUILD_USES_MSGFMT= yes
GNU_CONFIGURE= yes
USE_GTEXINFO= yes
USE_LIBINTL= yes
CPPFLAGS+= -Dunix=1
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
MAKE_ENV+= pkgsysconfdir="${PREFIX}/etc/pspp"
pre-configure:
cd ${WRKSRC}; ${LOCALBASE}/bin/autoconf
.include "../../mk/bsd.pkg.mk"