diff options
-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} |