diff options
author | vanilla <vanilla@FreeBSD.org> | 2014-06-19 00:00:20 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2014-06-19 00:00:20 +0800 |
commit | 64561c771d0ce107c23d3610d32c428590be64e6 (patch) | |
tree | a0f2b253a532df5e59eb908a026ee9e1f925ec24 /math | |
parent | 66693bd1809e9e20a95a8ab7a00f7c434d0b1ddb (diff) | |
download | freebsd-ports-gnome-64561c771d0ce107c23d3610d32c428590be64e6.tar.gz freebsd-ports-gnome-64561c771d0ce107c23d3610d32c428590be64e6.tar.zst freebsd-ports-gnome-64561c771d0ce107c23d3610d32c428590be64e6.zip |
1: Stagify.
2: USES=libtool, bump version.
Approved by: portmgr@
Diffstat (limited to 'math')
-rw-r--r-- | math/liblbfgs/Makefile | 7 |
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 |