- Fix LICENSE
- Add LICENSE_FILE - Cosmetic fixes - Update WWW Approved by: portmgr blanket
This commit is contained in:
parent
4ca44d753a
commit
39abf603c9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=512887
@ -10,14 +10,15 @@ MASTER_SITES= LXQT/${PORTNAME}
|
||||
MAINTAINER= jsm@FreeBSD.org
|
||||
COMMENT= Library used to query system info and statistics
|
||||
|
||||
LICENSE= LGPL21
|
||||
LICENSE= LGPL21+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= cmake compiler:c++11-lang lxqt pkgconfig tar:xz qt:5
|
||||
USE_QT= qmake_build buildtools_build core
|
||||
USES= cmake compiler:c++11-lang lxqt pkgconfig tar:xz qt:5
|
||||
USE_QT= qmake_build buildtools_build core
|
||||
USE_LXQT= buildtools
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
post-extract:
|
||||
@${CP} ${FILESDIR}/config.h.in ${WRKSRC};
|
||||
@${CP} ${FILESDIR}/config.h.in ${WRKSRC}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
Qt-based library to query system information like CPU, memory usage and
|
||||
network traffic.
|
||||
|
||||
WWW: http://lxqt.org/
|
||||
WWW: https://lxqt.org/
|
||||
|
Loading…
Reference in New Issue
Block a user