pkgsrc/math/pspp/Makefile
jlam d7f69e47ce Instead of including bsd.pkg.install.mk directly in a package Makefile,
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set
to "YES".  This enforces the requirement that bsd.pkg.install.mk be
included at the end of a package Makefile.  Idea suggested by Julio M.
Merino Vidal <jmmv at menta.net>.
2003-01-28 22:03:00 +00:00

37 lines
1.2 KiB
Makefile

# $NetBSD: Makefile,v 1.23 2003/01/28 22:03:43 jlam Exp $
#
DISTNAME= pspp-0.3.0
PKGREVISION= 1
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_USES_MSGFMT= yes
USE_BUILDLINK2= yes
USE_PKGINSTALL= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -Dunix=1
CONFIGURE_ARGS= --sysconfdir="${PKG_SYSCONFDIR}"
PKG_SYSCONFSUBDIR= pspp
EGDIR= ${PREFIX}/share/examples/pspp
CONF_FILES= ${EGDIR}/devices ${PKG_SYSCONFDIR}/devices
CONF_FILES+= ${EGDIR}/html-prologue ${PKG_SYSCONFDIR}/html-prologue
CONF_FILES+= ${EGDIR}/papersize ${PKG_SYSCONFDIR}/papersize
CONF_FILES+= ${EGDIR}/ps-prologue ${PKG_SYSCONFDIR}/ps-prologue
.include "../../devel/gettext-lib/buildlink2.mk"
.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"