d20e61e463
Changelog: https://github.com/ZingyTomato/NetPeek/releases/tag/v0.2.7 Approved by: osa, vvd (Mentors, implicit)
29 lines
694 B
Makefile
29 lines
694 B
Makefile
PORTNAME= netpeek
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.2.7
|
|
CATEGORIES= net gnome python
|
|
|
|
MAINTAINER= nxjoseph@FreeBSD.org
|
|
COMMENT= Modern local network scanner for GNOME
|
|
WWW= https://github.com/zingytomato/netpeek \
|
|
https://flathub.org/apps/io.github.zingytomato.netpeek
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-nmap>=0.7.1_1:security/py-python-nmap@${PY_FLAVOR}
|
|
|
|
USES= gettext-tools gnome meson pkgconfig python:build,run
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= ZingyTomato
|
|
GH_PROJECT= NetPeek
|
|
USE_GNOME= glib20 gtk40
|
|
|
|
NO_ARCH= yes
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} 's,python3,python${PYTHON_VER},g' \
|
|
${WRKSRC}/src/meson.build
|
|
|
|
.include <bsd.port.mk>
|