2012-09-12 01:04:15 +02:00
|
|
|
# $NetBSD: Makefile,v 1.16 2012/09/11 23:04:34 asau Exp $
|
2002-11-09 10:23:24 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= statist-1.0.1
|
2012-09-09 00:44:16 +02:00
|
|
|
PKGREVISION= 3
|
2002-11-09 10:23:24 +01:00
|
|
|
CATEGORIES= math
|
|
|
|
MASTER_SITES= http://www.usf.uni-osnabrueck.de/~breiter/tools/statist/v${PKGVERSION}/
|
|
|
|
|
2006-03-04 22:28:51 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2002-11-09 10:23:24 +01:00
|
|
|
HOMEPAGE= http://www.usf.uni-osnabrueck.de/~breiter/tools/statist/index.en.html
|
2003-07-21 18:56:41 +02:00
|
|
|
COMMENT= Small and portable statistics program
|
2012-09-09 00:35:13 +02:00
|
|
|
LICENSE= gnu-gpl-v2
|
2002-11-09 10:23:24 +01:00
|
|
|
|
|
|
|
DEPENDS+= gnuplot-[0-9]*:../../graphics/gnuplot
|
2012-09-09 00:44:16 +02:00
|
|
|
CONFLICTS= freeze-[0-9]* # bin/statist
|
2002-11-09 10:23:24 +01:00
|
|
|
|
2009-06-30 02:07:09 +02:00
|
|
|
MAKE_JOBS_SAFE= no
|
|
|
|
|
2012-09-09 00:35:13 +02:00
|
|
|
CONFIGURE_DIRS= src
|
|
|
|
BUILD_DIRS= src
|
|
|
|
|
2002-11-09 10:23:24 +01:00
|
|
|
USE_LIBTOOL= YES
|
|
|
|
|
2012-09-09 00:35:13 +02:00
|
|
|
AUTO_MKDIRS= yes
|
2005-06-17 05:50:19 +02:00
|
|
|
|
2002-11-09 10:23:24 +01:00
|
|
|
do-install:
|
2012-09-09 00:35:13 +02:00
|
|
|
cd ${WRKSRC}/src && \
|
|
|
|
${LIBTOOL} --tag=CC --mode=install \
|
2008-03-04 18:57:17 +01:00
|
|
|
${INSTALL_DATA} libstatist.la ${DESTDIR}${PREFIX}/lib &&\
|
2012-09-09 00:35:13 +02:00
|
|
|
${LIBTOOL} --tag=CC --mode=install \
|
2008-03-04 18:57:17 +01:00
|
|
|
${INSTALL_PROGRAM} statist ${DESTDIR}${PREFIX}/bin
|
2012-09-09 00:35:13 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/*.ps \
|
2008-03-04 18:57:17 +01:00
|
|
|
${DESTDIR}${PREFIX}/share/doc/statist
|
2002-11-09 10:23:24 +01:00
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|