Files
ports/deskutils/libcprime/Makefile
T
Jason W. Bacon 57f1bc675f deskutils/libcprime: Update to 5.0.0
Switch to Qt6
Changes: https://gitlab.com/cubocore/libcprime/-/commits/master?ref_type=heads

PR:             289562
Reported by:    diizzy
2025-09-16 08:32:48 -05:00

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>