Files

32 lines
591 B
Makefile
Raw Permalink Normal View History

2010-10-25 12:42:24 +00:00
COMMENT= rrdtool frontend for Bind installation
DISTNAME= bindgraph-0.2
2013-11-05 17:49:33 +00:00
REVISION= 0
2010-10-25 12:42:24 +00:00
CATEGORIES= net www
HOMEPAGE= http://www.linux.it/~md/software/
2023-09-27 14:17:59 +00:00
SITES= ${HOMEPAGE}
2010-10-25 12:42:24 +00:00
MAINTAINER= Pierre-Emmanuel Andre <pea@openbsd.org>
# GPLv2
PERMIT_PACKAGE= Yes
2010-10-25 12:42:24 +00:00
EXTRACT_SUFX= .tgz
2013-11-05 17:49:33 +00:00
RUN_DEPENDS= net/rrdtool \
2010-11-19 22:31:32 +00:00
devel/p5-File-Tail
2010-10-25 12:42:24 +00:00
2013-03-11 11:35:43 +00:00
NO_TEST= Yes
2010-10-25 12:42:24 +00:00
NO_BUILD= Yes
LIBDIR= lib/bindgraph
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/bindgraph.pl ${PREFIX}/bin/bindgraph
${INSTALL_DATA_DIR} ${PREFIX}/${LIBDIR}
${INSTALL_SCRIPT} ${WRKSRC}/bindgraph.cgi ${PREFIX}/lib/bindgraph
.include <bsd.port.mk>