57f1bc675f
Switch to Qt6 Changes: https://gitlab.com/cubocore/libcprime/-/commits/master?ref_type=heads PR: 289562 Reported by: diizzy
22 lines
418 B
Makefile
22 lines
418 B
Makefile
PORTNAME= libcprime
|
|
DISTVERSION= 5.0.0
|
|
CATEGORIES= deskutils
|
|
|
|
MAINTAINER= jwb@FreeBSD.org
|
|
COMMENT= Library for bookmarking, saving recent activites, managing settings
|
|
WWW= https://gitlab.com/cubocore/libcprime
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= cmake gl qt:6
|
|
USE_GL= gl
|
|
USE_QT= base tools:build
|
|
USE_LDCONFIG= yes
|
|
USE_GITLAB= yes
|
|
|
|
GL_ACCOUNT= CuboCore
|
|
GL_TAGNAME= v5.0.0
|
|
|
|
.include <bsd.port.mk>
|