summaryrefslogtreecommitdiff
path: root/net/landrop/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/landrop/Makefile')
-rw-r--r--net/landrop/Makefile35
1 files changed, 0 insertions, 35 deletions
diff --git a/net/landrop/Makefile b/net/landrop/Makefile
deleted file mode 100644
index 76fedd7f3ad7..000000000000
--- a/net/landrop/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-PORTNAME= landrop
-DISTVERSIONPREFIX= v
-DISTVERSION= 0.4.0
-PORTREVISION= 1
-CATEGORIES= net
-
-MAINTAINER= lwhsu@FreeBSD.org
-COMMENT= Drop any files to any devices on your LAN
-WWW= https://landrop.app
-
-LICENSE= BSD3CLAUSE
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-DEPRECATED= Unmaintained version and the newer version turned to close source
-EXPIRATION_DATE=2025-06-13
-
-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>