Files
ports/net/trippy/Makefile
T
Mikael Urankar e29b5eeec3 lang/rust: Bump revisions after 1.96.0
PR:		295694
2026-06-04 10:52:51 +02:00

43 lines
969 B
Makefile

PORTNAME= trippy
DISTVERSION= 0.13.0
PORTREVISION= 10
CATEGORIES= net
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Network diagnostic tool inspired by mtr
WWW= https://github.com/fujiapple852/trippy
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cargo
USE_GITHUB= yes
GH_ACCOUNT= fujiapple852
CARGO_INSTALL_PATH= crates/${PORTNAME}
PORTSCOUT= skipv:1.0.0
OPTIONS_DEFINE= MANPAGES SUID
OPTIONS_DEFAULT= MANPAGES SUID
OPTIONS_SUB= yes
MANPAGES_DESC= Build and install auto-generated manpages
SUID_DESC= Use suid to allow execution as non root
MANPAGES_BUILD_DEPENDS= help2man:misc/help2man
MANPAGES_PLIST_FILES= share/man/man1/trip.1.gz
SUID_PLIST_FILES= "@(,,4110) bin/trip"
SUID_PLIST_FILES_OFF= "@(,,0100) bin/trip"
post-build-MANPAGES-on:
help2man -s 1 -Nn "${COMMENT}" \
${CARGO_TARGET_DIR}/*/trip \
-o ${WRKSRC}/trip.1
post-install-MANPAGES-on:
${INSTALL_MAN} ${WRKSRC}/trip.1 \
${STAGEDIR}${PREFIX}/share/man/man1
.include <bsd.port.mk>