git: e1adadd5c2b3 - main - audio/clementine-player: Add CPE information

Bernhard Froehlich decke at FreeBSD.org
Sat Sep 25 20:29:39 UTC 2021


The branch main has been updated by decke:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e1adadd5c2b3074c30c44738ccb650f02ad58daf

commit e1adadd5c2b3074c30c44738ccb650f02ad58daf
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-25 19:54:27 +0000
Commit:     Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-09-25 20:28:35 +0000

    audio/clementine-player: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 audio/clementine-player/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/audio/clementine-player/Makefile b/audio/clementine-player/Makefile
index ef10d6ba03e5..4c4553404e11 100644
--- a/audio/clementine-player/Makefile
+++ b/audio/clementine-player/Makefile
@@ -23,6 +23,7 @@ LIB_DEPENDS=	libtag.so:audio/taglib \
 
 USES=		cmake \
 		compiler:c++11-lib \
+		cpe \
 		desktop-file-utils \
 		gettext-tools \
 		pkgconfig \
@@ -40,6 +41,7 @@ GH_ACCOUNT=	clementine-player
 GH_PROJECT=	Clementine
 GH_TAGNAME=     1.4.0rc1
 
+CPE_VENDOR=	clementine-player
 
 USE_GL=		gl glew glu
 USE_XORG=	x11


More information about the dev-commits-ports-all mailing list