mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
c0ee2e28fd
PR: 256069
23 lines
446 B
Makefile
23 lines
446 B
Makefile
PORTNAME= rclone-browser
|
|
DISTVERSION= 1.8.0
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= driesm.michiels@gmail.com
|
|
COMMENT= Simple cross platform GUI for rclone
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rclone:net/rclone
|
|
|
|
USES= cmake pkgconfig qt:5
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= kapitainsky
|
|
GH_PROJECT= RcloneBrowser
|
|
USE_QT= buildtools_build core gui qmake_build widgets
|
|
|
|
# Prepare for Qt5-5.15
|
|
CFLAGS+= -Wno-deprecated
|
|
|
|
.include <bsd.port.mk>
|