b1292e08b0
v1.21 update email and man reference, plus switch from googlecode
14 lines
360 B
Makefile
14 lines
360 B
Makefile
# $NetBSD: Makefile,v 1.7 2017/01/04 21:20:16 abs Exp $
|
|
|
|
DISTNAME= mrstat-1.21
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=abs0/}
|
|
|
|
MAINTAINER= abs@absd.org
|
|
HOMEPAGE= https://github.com/abs0/mrstat
|
|
COMMENT= Track load and number of users on specified hosts
|
|
LICENSE= public-domain
|
|
|
|
MAKE_ENV+= SYSCONFDIR=${PKG_SYSCONFDIR}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|