1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/net/landrop/Makefile
Li-Wen Hsu 1fc4fa8710
Add net/landrop: Drop any files to any devices on your LAN
LANDrop is a cross-platform tool that you can use to conveniently transfer
photos, videos, and other types of files to other devices on the same local
network.

WWW: https://landrop.app
2021-12-31 08:30:48 +08:00

31 lines
595 B
Makefile

PORTNAME= landrop
DISTVERSIONPREFIX= v
DISTVERSION= 0.4.0
CATEGORIES= net
MAINTAINER= lwhsu@FreeBSD.org
COMMENT= Drop any files to any devices on your LAN
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libsodium.so:security/libsodium
USES= gl qmake:outsource qt:5
USE_GITHUB= yes
GH_ACCOUNT= LANDrop
GH_PROJECT= LANDrop
USE_GL= gl
USE_QT= buildtools_build core gui network widgets
QMAKE_SOURCE_PATH= ${WRKSRC}/LANDrop/LANDrop.pro
PLIST_FILES= bin/landrop \
share/applications/landrop.desktop \
share/icons/hicolor/scalable/apps/landrop.svg
.include <bsd.port.mk>