mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
6f4cee7a82
Licprime is a library for bookmarking, saving recent activites, managing settings for C Suite. It is part of the CuboCore suite of simple, lightweight Qt applications.
20 lines
434 B
Makefile
20 lines
434 B
Makefile
PORTNAME= libcprime
|
|
DISTVERSION= 4.2.2
|
|
CATEGORIES= deskutils
|
|
|
|
MAINTAINER= jwb@FreeBSD.org
|
|
COMMENT= Library for bookmarking, saving recent activites, managing settings
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= cmake qt:5
|
|
USE_QT= buildtools_build core dbus gui network qmake_build widgets
|
|
USE_LDCONFIG= yes
|
|
USE_GITLAB= yes
|
|
|
|
GL_ACCOUNT= CuboCore
|
|
GL_COMMIT= a5d026eb116d714d1d5312210f914d0a0d4adb2d
|
|
|
|
.include <bsd.port.mk>
|