diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-05-31 02:42:05 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-05-31 02:42:05 +0800 |
commit | f0a2c38839ee7b7a811a8d2950223a3831c09147 (patch) | |
tree | 955309be66a078353925e4789a8455ffd0814e81 /math | |
parent | ca95abec0463d4a5557b8e7362f76fbf5017d6dc (diff) | |
download | freebsd-ports-gnome-f0a2c38839ee7b7a811a8d2950223a3831c09147.tar.gz freebsd-ports-gnome-f0a2c38839ee7b7a811a8d2950223a3831c09147.tar.zst freebsd-ports-gnome-f0a2c38839ee7b7a811a8d2950223a3831c09147.zip |
- Convert USE_BZIP2 to USES
- Clarify LICENSE
- Switch to USES=libtool
Diffstat (limited to 'math')
-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> |