openbsd-ports/sysutils/downtimed/Makefile

22 lines
385 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.3 2013/03/11 11:41:30 espie Exp $
COMMENT = system downtime monitoring
2011-03-03 13:41:14 -05:00
DISTNAME = downtimed-0.5
CATEGORIES = sysutils
HOMEPAGE = http://dist.epipe.com/downtimed/
MASTER_SITES = ${HOMEPAGE}
MAINTAINER = Remi Pointel <rpointel@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM = Yes
USE_GROFF = Yes
CONFIGURE_STYLE = gnu
WANTLIB += c
.include <bsd.port.mk>