ddae4e92d8
Most USES use a colon for build/run(/test) suffixes. Change kde.mk, qt.mk and pyqt.mk to do the same, and update all ports using that. Document in CHANGES. PR: 266034 Exp-run by: antoine Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D36349
23 lines
548 B
Makefile
23 lines
548 B
Makefile
PORTNAME= tarsnap-gui
|
|
PORTVERSION= 1.0.2
|
|
PORTREVISION= 4
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= swills@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>
|