1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Convert USE_BZIP2 to USES

- Clarify LICENSE
- Switch to USES=libtool
This commit is contained in:
Dmitry Marakasov 2014-05-30 18:42:05 +00:00
parent 38ab53150b
commit d7b0ec180a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355893

View File

@ -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>