diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2020-04-12 09:32:24 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2020-04-12 09:32:24 +0000 |
commit | fb4883a7b3d20de88911b11cf2775acd31583fdd (patch) | |
tree | f3321bc3be5bc4f69e76614051727ccfdfb64515 /x11/lxqt-about | |
parent | f30bbcc59d2dc88a1a71b632047af7936aed4843 (diff) | |
download | freebsd-ports-fb4883a7b3d20de88911b11cf2775acd31583fdd.zip |
- Add LICENSE_FILE
- Whitespace fix
- Update WWW
Approved by: portmgr blanket
Diffstat (limited to 'x11/lxqt-about')
-rw-r--r-- | x11/lxqt-about/Makefile | 7 | ||||
-rw-r--r-- | x11/lxqt-about/pkg-descr | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/x11/lxqt-about/Makefile b/x11/lxqt-about/Makefile index 96a80a9fcf86..a98d4ad8f89f 100644 --- a/x11/lxqt-about/Makefile +++ b/x11/lxqt-about/Makefile @@ -11,10 +11,11 @@ MAINTAINER= jsm@FreeBSD.org COMMENT= About dialog of LXQt LICENSE= LGPL21+ +LICENSE_FILE= ${WRKSRC}/COPYING -USES= cmake compiler:c++11-lang kde:5 lxqt pkgconfig tar:xz qt:5 -USE_QT= buildtools_build qmake_build core dbus gui svg widgets \ - x11extras xml +USES= cmake compiler:c++11-lang kde:5 lxqt pkgconfig tar:xz qt:5 +USE_QT= buildtools_build qmake_build core dbus gui svg widgets \ + x11extras xml USE_KDE= windowsystem USE_LXQT= buildtools lxqt diff --git a/x11/lxqt-about/pkg-descr b/x11/lxqt-about/pkg-descr index f9f9af45ed7f..3409ef29017f 100644 --- a/x11/lxqt-about/pkg-descr +++ b/x11/lxqt-about/pkg-descr @@ -1,4 +1,4 @@ About dialog of LXQt Desktop Environment. The dialog provides information about LXQt and the system it's running on. -WWW: http://lxqt.org/ +WWW: https://lxqt.org/ |