aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorjgh <jgh@FreeBSD.org>2012-03-10 06:07:35 +0800
committerjgh <jgh@FreeBSD.org>2012-03-10 06:07:35 +0800
commit94c49954f442e06e6370b11a000c750b2274137d (patch)
tree86b7e86135bc818cc4e3b25f4461fa8fae692cff /math
parent9407107668948616855c4628dcdd2ddc28de323a (diff)
downloadfreebsd-ports-gnome-94c49954f442e06e6370b11a000c750b2274137d.tar.gz
freebsd-ports-gnome-94c49954f442e06e6370b11a000c750b2274137d.tar.zst
freebsd-ports-gnome-94c49954f442e06e6370b11a000c750b2274137d.zip
- tie to libtool
PR: ports/165160 Submitted by: maintainer, giffunip@tutopia.com Feature safe: yes
Diffstat (limited to 'math')
-rw-r--r--math/coinmp/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/math/coinmp/Makefile b/math/coinmp/Makefile
index 21619fb1028c..fd5392445e18 100644
--- a/math/coinmp/Makefile
+++ b/math/coinmp/Makefile
@@ -7,6 +7,7 @@
PORTNAME= CoinMP
PORTVERSION= 1.6.0
+PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= http://www.coin-or.org/download/source/CoinMP/
EXTRACT_SUFX= .tgz
@@ -21,7 +22,7 @@ LICENSE_PERMS= auto-accept
CONFLICTS= clp-[0-9]*
-GNU_CONFIGURE= yes
+USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
.include <bsd.port.pre.mk>
@@ -47,6 +48,11 @@ post-patch::
${WRKSRC}/Cbc/Makefile.in ${WRKSRC}/Cgl/Makefile.in \
${WRKSRC}/CoinUtils/Makefile.in ${WRKSRC}/CoinMP/Makefile.in
+pre-build:
+.for dir in Cbc Cgl Clp CoinMP CoinUtils Osi
+ ${CP} ${LTMAIN} ${WRKSRC}/${dir}
+.endfor
+
post-install:
.ifndef NOPORTDOCS
${MV} ${PREFIX}/share/coin/doc ${DOCSDIR}