2019-07-12 20:46:54 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.5 2019/07/12 20:47:59 sthen Exp $
|
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/
|
|
|
|
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
|
|
|
|
MAINTAINER= Pierre-Emmanuel Andre <pea@openbsd.org>
|
|
|
|
|
|
|
|
# GPLv2
|
2019-07-12 20:46:54 +00:00
|
|
|
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>
|