mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
34 lines
756 B
Makefile
34 lines
756 B
Makefile
# Created by: Jim Riggs <ports@christianserving.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= hatop
|
|
PORTVERSION= 0.7.7
|
|
CATEGORIES= sysutils net
|
|
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
|
|
|
MAINTAINER= ports@christianserving.org
|
|
COMMENT= An interactive real-time monitoring tool for the HAProxy unix socket
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/sbin/haproxy:${PORTSDIR}/net/haproxy
|
|
|
|
USE_PYTHON= yes
|
|
NO_BUILD= yes
|
|
|
|
LICENSE= GPLv3
|
|
|
|
PLIST_FILES= bin/hatop
|
|
PORTDOCS= HACKING KEYBINDS README
|
|
|
|
MAN1= hatop.1
|
|
|
|
NO_STAGE= yes
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/bin/hatop ${PREFIX}/bin/hatop
|
|
${INSTALL_MAN} ${WRKSRC}/man/hatop.1 ${MAN1PREFIX}/man/man1
|
|
.if !defined(NOPORTDOCS)
|
|
${MKDIR} ${DOCSDIR}
|
|
(cd ${WRKSRC} && ${COPYTREE_SHARE} "${PORTDOCS}" ${DOCSDIR})
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|