mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
17 lines
258 B
Makefile
17 lines
258 B
Makefile
COMMENT = system downtime monitoring
|
|
DISTNAME = downtimed-1.0
|
|
REVISION = 2
|
|
CATEGORIES = sysutils
|
|
|
|
HOMEPAGE = http://dist.epipe.com/downtimed/
|
|
SITES = ${HOMEPAGE}
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
WANTLIB += c
|
|
|
|
.include <bsd.port.mk>
|