openbsd-ports/sysutils/downtimed/Makefile
2022-03-11 19:57:10 +00:00

19 lines
315 B
Makefile

COMMENT = system downtime monitoring
DISTNAME = downtimed-1.0
REVISION = 1
CATEGORIES = sysutils
HOMEPAGE = http://dist.epipe.com/downtimed/
MASTER_SITES = ${HOMEPAGE}
MAINTAINER = Remi Pointel <rpointel@openbsd.org>
# BSD
PERMIT_PACKAGE = Yes
CONFIGURE_STYLE = gnu
WANTLIB += c
.include <bsd.port.mk>