Files
landry 7a94d60eec net/slurm: fix manpage, from MAINTAINER Ryan Freeman
i had mistakenly removed the pre-configure target in previous, and he
adds the missing .Nm/.Nd so that it has a proper one-line description.
2026-05-20 06:25:41 +00:00

32 lines
682 B
Makefile

COMMENT = network traffic monitor and statistics
V = 0.4.4
# alt repo pulls in several fixes https://github.com/mattthias/slurm/pull/53
DIST_TUPLE = github Iksas slurm 323d2bfced4b762f207633b50c0832ae1b19c40c .
PKGNAME = slurm-${V}pl0
CATEGORIES = net
REVISION = 0
HOMEPAGE = https://github.com/mattthias/slurm/wiki/
MAINTAINER = Ryan Freeman <ryan@slipgate.org>
# GPLv2+
PERMIT_PACKAGE = Yes
WANTLIB = c curses
MODULES = devel/meson
pre-configure:
@${SUBST_CMD} ${WRKSRC}/slurm.1
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/slurm/
.for i in COPYRIGHT FAQ THANKS COPYING
${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/doc/slurm/
.endfor
.include <bsd.port.mk>