blob: d3495bf0f8a6a9dea720e3d8ec6682a2e5c5507f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= libarchive-qt
DISTVERSION= 2.0.6
CATEGORIES= archivers
MAINTAINER= jwb@FreeBSD.org
COMMENT= Qt based archiving solution with libarchive backend
WWW= https://gitlab.com/marcusbritanicus/libarchive-qt
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= marcusbritanicus
GL_COMMIT= 9863127fb8dda7242215c09efbc976193365fee4
.include <bsd.port.mk>
|