diff options
author | Adriaan de Groot <adridg@FreeBSD.org> | 2017-10-24 21:30:29 +0000 |
---|---|---|
committer | Adriaan de Groot <adridg@FreeBSD.org> | 2017-10-24 21:30:29 +0000 |
commit | 6f593dd224ba3cb220ae6bec852a38805e37be0b (patch) | |
tree | e437f661d021e7129ede9dc2c0927cbe7dbcc5bf /devel/kf5-kdbusaddons/Makefile | |
parent | 7017cfd8db95a775238ad935c1e170cd911e319b (diff) | |
download | ports-6f593dd224ba3cb220ae6bec852a38805e37be0b.tar.gz ports-6f593dd224ba3cb220ae6bec852a38805e37be0b.zip |
Update some of the KDE Frameworks 5 ports with DISTVERSION, LICENSE
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D12759
Notes
Notes:
svn path=/head/; revision=452819
Diffstat (limited to 'devel/kf5-kdbusaddons/Makefile')
-rw-r--r-- | devel/kf5-kdbusaddons/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/kf5-kdbusaddons/Makefile b/devel/kf5-kdbusaddons/Makefile index 8eaa60334ff7..947ff943015b 100644 --- a/devel/kf5-kdbusaddons/Makefile +++ b/devel/kf5-kdbusaddons/Makefile @@ -2,12 +2,15 @@ # $FreeBSD$ PORTNAME= kdbusaddons -PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +DISTVERSION= ${KDE_FRAMEWORKS_VERSION} CATEGORIES= devel kde kde-frameworks MAINTAINER= kde@FreeBSD.org COMMENT= KF5 addons to QtDBus +LICENSE= LGPL21+ +LICENSE_FILE= ${WRKSRC}/COPYING.LIB + USES= cmake:outsource compiler:c++11-lib kde:5 tar:xz USE_KDE= ecm USE_QT5= buildtools_build core dbus gui linguisttools \ |