svn commit: r445070 - head/math/liborigin
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Jul 5 10:32:15 UTC 2017
Author: amdmi3
Date: Wed Jul 5 10:32:13 2017
New Revision: 445070
URL: https://svnweb.freebsd.org/changeset/ports/445070
Log:
- Add LICENSE
Modified:
head/math/liborigin/Makefile
Modified: head/math/liborigin/Makefile
==============================================================================
--- head/math/liborigin/Makefile Wed Jul 5 10:31:36 2017 (r445069)
+++ head/math/liborigin/Makefile Wed Jul 5 10:32:13 2017 (r445070)
@@ -10,6 +10,9 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/2.0
MAINTAINER= ports at FreeBSD.org
COMMENT= Library and utility for reading OriginLab project files
+LICENSE= GPLv2+
+LICENSE_FILE= ${WRKSRC}/COPYING # GPLv3
+
BUILD_DEPENDS= ${LOCALBASE}/include/boost/algorithm/string.hpp:devel/boost-libs
CONFLICTS_INSTALL= labplot-2.*
@@ -24,6 +27,6 @@ OPTIONS_DEFINE= DOXYGEN
DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen
post-patch-DOXYGEN-off:
- ${REINPLACE_CMD} -e '/find_package(Doxygen)/d' ${WRKSRC}/CMakeLists.txt
+ @${REINPLACE_CMD} -e '/find_package(Doxygen)/d' ${WRKSRC}/CMakeLists.txt
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list