mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
25 lines
454 B
Makefile
25 lines
454 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= rclone-browser
|
|
DISTVERSION= 1.8.0
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= woodsb02@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>
|