summaryrefslogtreecommitdiff
path: root/math/statist/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/statist/Makefile')
-rw-r--r--math/statist/Makefile18
1 files changed, 10 insertions, 8 deletions
diff --git a/math/statist/Makefile b/math/statist/Makefile
index c6068b6e232..e9afe4f198a 100644
--- a/math/statist/Makefile
+++ b/math/statist/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2009/06/30 00:07:20 joerg Exp $
+# $NetBSD: Makefile,v 1.14 2012/09/08 22:35:13 cheusov Exp $
#
DISTNAME= statist-1.0.1
@@ -9,6 +9,7 @@ MASTER_SITES= http://www.usf.uni-osnabrueck.de/~breiter/tools/statist/v${PKGVERS
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.usf.uni-osnabrueck.de/~breiter/tools/statist/index.en.html
COMMENT= Small and portable statistics program
+LICENSE= gnu-gpl-v2
DEPENDS+= gnuplot-[0-9]*:../../graphics/gnuplot
@@ -16,19 +17,20 @@ PKG_DESTDIR_SUPPORT= user-destdir
MAKE_JOBS_SAFE= no
-WRKSRC= ${WRKDIR}/${DISTNAME}/src
+CONFIGURE_DIRS= src
+BUILD_DIRS= src
+
USE_LIBTOOL= YES
-INSTALLATION_DIRS= bin lib
+AUTO_MKDIRS= yes
do-install:
- cd ${WRKSRC} && \
- ${LIBTOOL} --mode=install \
+ cd ${WRKSRC}/src && \
+ ${LIBTOOL} --tag=CC --mode=install \
${INSTALL_DATA} libstatist.la ${DESTDIR}${PREFIX}/lib &&\
- ${LIBTOOL} --mode=install \
+ ${LIBTOOL} --tag=CC --mode=install \
${INSTALL_PROGRAM} statist ${DESTDIR}${PREFIX}/bin
- ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/statist
- ${INSTALL_DATA} ${WRKSRC}/../doc/*.ps \
+ ${INSTALL_DATA} ${WRKSRC}/doc/*.ps \
${DESTDIR}${PREFIX}/share/doc/statist
.include "../../mk/bsd.pkg.mk"