mirror of
https://git.freebsd.org/ports.git
synced 2025-07-02 18:10:38 -04:00
Replace all occurences of driesm.michiels@gmail.com with driesm@FreeBSD.org. Approved by: philip (mentor), 0mp (mentor) Differential Revision: https://reviews.freebsd.org/D32896
22 lines
439 B
Makefile
22 lines
439 B
Makefile
PORTNAME= rclone-browser
|
|
DISTVERSION= 1.8.0
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= driesm@FreeBSD.org
|
|
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>
|