pkgsrc/math/statist/Makefile

36 lines
921 B
Makefile
Raw Normal View History

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