summaryrefslogtreecommitdiff
path: root/math/mapm
diff options
context:
space:
mode:
authorjoerg <joerg>2006-06-02 13:38:53 +0000
committerjoerg <joerg>2006-06-02 13:38:53 +0000
commit9d890c94ff5b3de5bc7447867d69db0e74c6d8d2 (patch)
tree1cae4266de62aa10a617016e26636b2ccb47756d /math/mapm
parent21d1712d890a3482d270238ae237e1b20b585d73 (diff)
downloadpkgsrc-9d890c94ff5b3de5bc7447867d69db0e74c6d8d2.tar.gz
Uses C++.
Diffstat (limited to 'math/mapm')
-rw-r--r--math/mapm/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/math/mapm/Makefile b/math/mapm/Makefile
index 9bcc8548b08..154486189ee 100644
--- a/math/mapm/Makefile
+++ b/math/mapm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2006/03/04 21:30:04 jlam Exp $
+# $NetBSD: Makefile,v 1.5 2006/06/02 13:42:52 joerg Exp $
#
DISTNAME= mapm-4.9.2
@@ -13,13 +13,14 @@ WRKSRC= ${WRKDIR}/mapm_4.9.2
DOCS= README algorithms.used function.ref
-INSTALLATION_DIRS= bin include lib
+USE_LANGUAGES= c c++
+
+INSTALLATION_DIRS= bin include lib share/doc/mapm
do-install:
${INSTALL_DATA} ${WRKSRC}/m_apm.h ${PREFIX}/include
${INSTALL_DATA} ${WRKSRC}/libmapm.a ${PREFIX}/lib
${INSTALL_PROGRAM} ${WRKSRC}/calc ${PREFIX}/bin/mapm-calc
- ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/mapm
cd ${WRKSRC}; for f in ${DOCS}; do \
${INSTALL_DATA} $$f ${PREFIX}/share/doc/mapm; \
done