diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-05-30 18:42:05 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-05-30 18:42:05 +0000 |
commit | d7b0ec180a328a11b6b56e5074b32f9cab41f6b6 (patch) | |
tree | 955309be66a078353925e4789a8455ffd0814e81 /math/tvmet | |
parent | 38ab53150be3c68a378369ac8b51fe4fad4eb714 (diff) | |
download | ports-d7b0ec180a328a11b6b56e5074b32f9cab41f6b6.tar.gz ports-d7b0ec180a328a11b6b56e5074b32f9cab41f6b6.zip |
Notes
Diffstat (limited to 'math/tvmet')
-rw-r--r-- | math/tvmet/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/math/tvmet/Makefile b/math/tvmet/Makefile index 85f214004a76..e33e3dc6e42e 100644 --- a/math/tvmet/Makefile +++ b/math/tvmet/Makefile @@ -3,6 +3,7 @@ PORTNAME= tvmet PORTVERSION= 1.7.2 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= SF/${PORTNAME}/Tar.Gz_Bz2%20Archive/${PORTVERSION} @@ -10,12 +11,12 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Tiny Vector and Matrix template library LICENSE= LGPL21 # (or later) +LICENSE_FILE= ${WRKSRC}/COPYING OPTIONS_DEFINE= CPPUNIT DEBUG DOCS EXAMPLES -USE_BZIP2= yes -USES= gmake -USE_AUTOTOOLS= libtool +USES= gmake tar:bzip2 libtool +GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-cxx=${CXX} .include <bsd.port.options.mk> |