ports/net/rclone-browser/Makefile
Dries Michiels 8534f4382c */*: Consistently use my new driesm@FreeBSD.org alias
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
2021-11-09 11:31:38 +01:00

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>