blob: b582962c5b2fd6717a285bad1c3bd89bc193c8a4 (
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
|
# $FreeBSD$
PORTNAME= tarsnap-gui
PORTVERSION= 1.0.1
DISTVERSIONPREFIX= v
CATEGORIES= sysutils
MAINTAINER= swills@FreeBSD.org
COMMENT= Cross platform GUI for the Tarsnap command line client
USE_GITHUB= yes
GH_ACCOUNT= Tarsnap
USES= compiler:c++11-lib qmake
USE_QT5= 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>
|