summaryrefslogtreecommitdiff
path: root/net/amnezia-kmod/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/amnezia-kmod/Makefile')
-rw-r--r--net/amnezia-kmod/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/net/amnezia-kmod/Makefile b/net/amnezia-kmod/Makefile
new file mode 100644
index 000000000000..8e6d734dd4ed
--- /dev/null
+++ b/net/amnezia-kmod/Makefile
@@ -0,0 +1,23 @@
+PORTNAME= amnezia
+PORTVERSION= 1.0.8
+DISTVERSIONPREFIX= v
+CATEGORIES= net net-vpn
+PKGNAMESUFFIX= -kmod
+
+MAINTAINER= vova@zote.me
+COMMENT= Amnezia VPN FreeBSD kernel module implementation
+WWW= https://docs.amnezia.org/documentation/amnezia-wg
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+BROKEN_FreeBSD_13= depends on kernel sources of recent FreeBSD 14 or newer
+
+USES= kmod uidfix
+USE_GITHUB= yes
+GH_ACCOUNT= vgrebenschikov
+GH_PROJECT= wireguard-amnezia-kmod
+
+PLIST_FILES= ${KMODDIR}/if_amn.ko
+
+.include <bsd.port.mk>