Files
Nuno Teixeira ea0e6cc420 sysutils/downtimed: Move man pages to share/man
Approved by:	portmgr (blanket)
2024-03-22 10:39:41 +00:00

24 lines
525 B
Makefile

PORTNAME= downtimed
PORTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://dist.epipe.com/${PORTNAME}/ \
http://launchpadlibrarian.net/145993356/
MAINTAINER= dbaio@FreeBSD.org
COMMENT= System downtime monitoring and reporting tool
WWW= https://dist.epipe.com/downtimed/
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= tar:xz
USE_RC_SUBR= ${PORTNAME}
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
post-install:
${MKDIR} ${STAGEDIR}/var/db/downtimed
.include <bsd.port.mk>