22 lines
385 B
Makefile
22 lines
385 B
Makefile
# $OpenBSD: Makefile,v 1.3 2013/03/11 11:41:30 espie Exp $
|
|
|
|
COMMENT = system downtime monitoring
|
|
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>
|