aboutsummaryrefslogtreecommitdiff
path: root/math/liblbfgs
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2014-06-18 16:00:20 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2014-06-18 16:00:20 +0000
commit10b9ef15902b1cdc09c7de4dd973db874d6754cb (patch)
treea0f2b253a532df5e59eb908a026ee9e1f925ec24 /math/liblbfgs
parent000a88cbf4c7fa7b874e8d14941df3d4a1cbc124 (diff)
downloadports-10b9ef15902b1cdc09c7de4dd973db874d6754cb.tar.gz
ports-10b9ef15902b1cdc09c7de4dd973db874d6754cb.zip
1: Stagify.
2: USES=libtool, bump version. Approved by: portmgr@
Notes
Notes: svn path=/head/; revision=358282
Diffstat (limited to 'math/liblbfgs')
-rw-r--r--math/liblbfgs/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/math/liblbfgs/Makefile b/math/liblbfgs/Makefile
index f0c6e976f687..f534700d52e4 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