Muhammad Moinur Rahman d419b918c1 devel/libstatgrab: Impelled to share/man
Approved by:    portmgr (blanket)
2024-01-23 22:51:29 +01:00

35 lines
960 B
Makefile

PORTNAME= libstatgrab
PORTVERSION= 0.92.1
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= https://github.com/libstatgrab/libstatgrab/releases/download/LIBSTATGRAB_${PORTVERSION:S/./_/}/ \
http://ftp.mirrorservice.org/pub/i-scream/libstatgrab/ \
http://ftp.i-scream.org/pub/i-scream/libstatgrab/
MAINTAINER= tdb@FreeBSD.org
COMMENT= Provides a useful interface to system statistics
WWW= https://libstatgrab.org/
LICENSE= LGPL21
USES= pathfix pkgconfig libtool
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS+= --docdir=${DOCSDIR}
OPTIONS_DEFINE= TOOLS DOCS
OPTIONS_DEFAULT= TOOLS
TOOLS_DESC= Build and install statgrab and saidar
TOOLS_CONFIGURE_ENABLE= statgrab saidar
TOOLS_USES= shebangfix perl5 ncurses
TOOLS_VARS= SHEBANG_FILES+="src/statgrab/statgrab-make-mrtg-config.in \
src/statgrab/statgrab-make-mrtg-index.in" \
LICENSE+=GPLv2 LICENSE_COMB=multi
OPTIONS_SUB= yes
.include <bsd.port.mk>