blob: 95f782a5bb791228ee824b34d90b7a4b5a988453 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
PORTNAME= tarsnap-gui
PORTVERSION= 1.0.2
PORTREVISION= 4
DISTVERSIONPREFIX= v
CATEGORIES= sysutils
MAINTAINER= ports@FreeBSD.org
COMMENT= Cross platform GUI for the Tarsnap command line client
WWW= https://github.com/Tarsnap/tarsnap-gui/wiki
USE_GITHUB= yes
GH_ACCOUNT= Tarsnap
USES= compiler:c++11-lib gl qmake qt:5
USE_QT= buildtools:build core gui network qmake:build sql sql-sqlite3 widgets
USE_GL= gl
PLIST_FILES= bin/tarsnap-gui
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/tarsnap-gui ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>
|