summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2014-06-18 16:00:20 +0000
committervanilla <vanilla@FreeBSD.org>2014-06-18 16:00:20 +0000
commit64561c771d0ce107c23d3610d32c428590be64e6 (patch)
treea0f2b253a532df5e59eb908a026ee9e1f925ec24
parent66693bd1809e9e20a95a8ab7a00f7c434d0b1ddb (diff)
downloadFreeBSD-ports-64561c771d0ce107c23d3610d32c428590be64e6.zip
FreeBSD-ports-64561c771d0ce107c23d3610d32c428590be64e6.tar.gz
1: Stagify.
2: USES=libtool, bump version. Approved by: portmgr@
-rw-r--r--math/liblbfgs/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/math/liblbfgs/Makefile b/math/liblbfgs/Makefile
index f0c6e97..f534700 100644
--- a/math/liblbfgs/Makefile
+++ b/math/liblbfgs/Makefile
@@ -3,6 +3,7 @@
PORTNAME= liblbfgs
PORTVERSION= 1.10
+PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= http://cloud.github.com/downloads/chokkan/liblbfgs/
@@ -12,13 +13,13 @@ COMMENT= Library of Limited-memory Broyden-Fletcher-Goldfarb-Shanno
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
+USES= libtool
GNU_CONFIGURE= yes
USE_AUTOTOOLS= autoconf:env
OPTIONS_DEFINE= OPTIMIZED DOCS
OPTIMIZED_DESC= SSE2 optimization routines
-NO_STAGE= yes
.include <bsd.port.options.mk>
# Enable/disable compilation optimizations.
@@ -26,8 +27,8 @@ NO_STAGE= yes
CONFIGURE_ARGS+= --enable-sse2
.endif
-PLIST_FILES= lib/liblbfgs-1.10.so.0.0 lib/liblbfgs.a lib//liblbfgs.la \
- lib/liblbfgs.so.0.0 include/lbfgs.h
+PLIST_FILES= lib/liblbfgs-1.10.so lib/liblbfgs.a \
+ lib/liblbfgs.so include/lbfgs.h
PORTDOCS= README INSTALL COPYING AUTHORS ChangeLog NEWS
OpenPOWER on IntegriCloud