diff options
author | jgh <jgh@FreeBSD.org> | 2012-03-10 06:07:35 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2012-03-10 06:07:35 +0800 |
commit | 94c49954f442e06e6370b11a000c750b2274137d (patch) | |
tree | 86b7e86135bc818cc4e3b25f4461fa8fae692cff /math | |
parent | 9407107668948616855c4628dcdd2ddc28de323a (diff) | |
download | freebsd-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/Makefile | 8 |
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} |