diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-16 21:59:35 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-16 21:59:35 +0800 |
commit | 258da524ff10b25e7e1b5581bc4377d86a8d2dd7 (patch) | |
tree | 95dc1f5f15b012fd239a3d2d1221ef2c0a6526c7 /audio | |
parent | 21201a5051062e2834c2d5cb2f9f57b48418e89d (diff) | |
download | freebsd-ports-gnome-258da524ff10b25e7e1b5581bc4377d86a8d2dd7.tar.gz freebsd-ports-gnome-258da524ff10b25e7e1b5581bc4377d86a8d2dd7.tar.zst freebsd-ports-gnome-258da524ff10b25e7e1b5581bc4377d86a8d2dd7.zip |
- Add CPE info
- Add LICENSE_FILE
Approved by: portmgr blanket
Diffstat (limited to 'audio')
-rw-r--r-- | audio/cantata/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/cantata/Makefile b/audio/cantata/Makefile index 95e64da99bf9..bac4408f8ed3 100644 --- a/audio/cantata/Makefile +++ b/audio/cantata/Makefile @@ -10,6 +10,7 @@ MAINTAINER= kde@FreeBSD.org COMMENT= Graphical client for MPD using Qt5 LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE USE_KDE4= oxygen USE_QT5= buildtools_build concurrent core dbus gui \ @@ -22,7 +23,8 @@ CMAKE_ARGS= -DENABLE_QT5:BOOL=TRUE \ -DLCONVERT_EXECUTABLE:STRING=${QT_BINDIR}/lconvert \ -DLRELEASE_EXECUTABLE:STRING=${QT_BINDIR}/lrelease -USES= cmake:outsource pkgconfig tar:bzip2 +USES= cmake:outsource cpe pkgconfig tar:bzip2 +CPE_VENDOR= craig_drummond USE_LDCONFIG= yes INSTALLS_ICONS= yes |