svn commit: r355893 - head/math/tvmet

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri May 30 18:42:06 UTC 2014


Author: amdmi3
Date: Fri May 30 18:42:05 2014
New Revision: 355893
URL: http://svnweb.freebsd.org/changeset/ports/355893
QAT: https://qat.redports.org/buildarchive/r355893/

Log:
  - Convert USE_BZIP2 to USES
  - Clarify LICENSE
  - Switch to USES=libtool

Modified:
  head/math/tvmet/Makefile

Modified: head/math/tvmet/Makefile
==============================================================================
--- head/math/tvmet/Makefile	Fri May 30 18:40:25 2014	(r355892)
+++ head/math/tvmet/Makefile	Fri May 30 18:42:05 2014	(r355893)
@@ -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 at 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>


More information about the svn-ports-all mailing list