diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-06-19 00:00:20 +0800 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-06-19 00:00:20 +0800 |
commit | 10b9ef15902b1cdc09c7de4dd973db874d6754cb (patch) | |
tree | a0f2b253a532df5e59eb908a026ee9e1f925ec24 /math | |
parent | 000a88cbf4c7fa7b874e8d14941df3d4a1cbc124 (diff) | |
download | freebsd-ports-gnome-10b9ef15902b1cdc09c7de4dd973db874d6754cb.tar.gz freebsd-ports-gnome-10b9ef15902b1cdc09c7de4dd973db874d6754cb.tar.zst freebsd-ports-gnome-10b9ef15902b1cdc09c7de4dd973db874d6754cb.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 |