summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2013-10-07 08:25:11 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2013-10-07 08:25:11 +0000
commit0f496785b41d9d9b257dfe1a0ecd02e80f551484 (patch)
tree3952d82b64b67e279689e2610f64b662ded8fc2a /math
parentwww/xist: set CONFLICTS_INSTALL with devel/py-ll-core (diff)
- Connect math/abacus to the build [1]
- Convert to new LIB_DEPENDS format - STAGE-clean Reported by: linimon [1]
Notes
Notes: svn path=/head/; revision=329662
Diffstat (limited to 'math')
-rw-r--r--math/Makefile1
-rw-r--r--math/abacus/Makefile11
2 files changed, 6 insertions, 6 deletions
diff --git a/math/Makefile b/math/Makefile
index b3e936560861..07da1a2622f4 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -44,6 +44,7 @@
SUBDIR += R-cran-xts
SUBDIR += R-cran-zoo
SUBDIR += aamath
+ SUBDIR += abacus
SUBDIR += abakus
SUBDIR += abs
SUBDIR += add
diff --git a/math/abacus/Makefile b/math/abacus/Makefile
index b542ee5d8eec..ab366e621227 100644
--- a/math/abacus/Makefile
+++ b/math/abacus/Makefile
@@ -11,7 +11,7 @@ COMMENT= A Branch-And-CUt System
LICENSE= GPLv2
-LIB_DEPENDS= Clp:${PORTSDIR}/math/coinmp
+LIB_DEPENDS= libClp.so:${PORTSDIR}/math/coinmp
USE_GCC= 4.4+
USES= gmake perl5
@@ -21,7 +21,6 @@ ALL_TARGET= abacus
WRKSRC= ${WRKDIR}
-NO_STAGE= yes
post-patch:
${REINPLACE_CMD} -e '\
s|%%LOCALBASE%%|${LOCALBASE}|g; \
@@ -30,9 +29,9 @@ post-patch:
${WRKSRC}/Makefile
do-install:
- ${INSTALL_DATA} ${WRKSRC}/lib/linux20-gcc44/libabacus-osi.a ${PREFIX}/lib/libabacus-osi.a
- ${INSTALL_DATA} ${WRKSRC}/lib/linux20-gcc44/libabacus-osi.so ${PREFIX}/lib/libabacus-osi.so.1
- ${LN} -sf libabacus-osi.so.1 ${PREFIX}/lib/libabacus-osi.so
- cd ${WRKSRC}/Include && ${COPYTREE_SHARE} abacus ${PREFIX}/include
+ ${INSTALL_DATA} ${WRKSRC}/lib/linux20-gcc44/libabacus-osi.a ${STAGEDIR}${PREFIX}/lib/libabacus-osi.a
+ ${INSTALL_DATA} ${WRKSRC}/lib/linux20-gcc44/libabacus-osi.so ${STAGEDIR}${PREFIX}/lib/libabacus-osi.so.1
+ ${LN} -sf libabacus-osi.so.1 ${STAGEDIR}${PREFIX}/lib/libabacus-osi.so
+ cd ${WRKSRC}/Include && ${COPYTREE_SHARE} abacus ${STAGEDIR}${PREFIX}/include
.include <bsd.port.mk>