diff options
author | adridg <adridg@FreeBSD.org> | 2017-10-25 05:30:29 +0800 |
---|---|---|
committer | adridg <adridg@FreeBSD.org> | 2017-10-25 05:30:29 +0800 |
commit | 8aaf7e2dc8f8154c3e92c80bb179d59d2e127acc (patch) | |
tree | e437f661d021e7129ede9dc2c0927cbe7dbcc5bf /textproc | |
parent | 968e86cbc80eadb1add9c2e9a7a44303eb0ab415 (diff) | |
download | freebsd-ports-gnome-8aaf7e2dc8f8154c3e92c80bb179d59d2e127acc.tar.gz freebsd-ports-gnome-8aaf7e2dc8f8154c3e92c80bb179d59d2e127acc.tar.zst freebsd-ports-gnome-8aaf7e2dc8f8154c3e92c80bb179d59d2e127acc.zip |
Update some of the KDE Frameworks 5 ports with DISTVERSION, LICENSE
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D12759
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/kf5-kcodecs/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/kf5-kcodecs/Makefile b/textproc/kf5-kcodecs/Makefile index b78f851c2cb9..d74298cb6fbd 100644 --- a/textproc/kf5-kcodecs/Makefile +++ b/textproc/kf5-kcodecs/Makefile @@ -2,12 +2,15 @@ # $FreeBSD$ PORTNAME= kcodecs -PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +DISTVERSION= ${KDE_FRAMEWORKS_VERSION} CATEGORIES= textproc kde kde-frameworks MAINTAINER= kde@FreeBSD.org COMMENT= KF5 library for string manipulation +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING.LIB + USES= cmake:outsource compiler:c++11-lib gperf kde:5 tar:xz USE_KDE= ecm USE_QT5= buildtools_build core linguisttools qmake_build |