1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/net/rclone-browser/Makefile
2021-05-22 10:49:12 -07:00

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>