2013-03-11 07:35:43 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.3 2013/03/11 11:35:45 espie Exp $
|
2010-10-25 08:42:24 -04:00
|
|
|
|
|
|
|
COMMENT= rrdtool frontend for Bind installation
|
|
|
|
|
|
|
|
DISTNAME= bindgraph-0.2
|
|
|
|
CATEGORIES= net www
|
|
|
|
|
|
|
|
HOMEPAGE= http://www.linux.it/~md/software/
|
|
|
|
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
|
|
|
|
MAINTAINER= Pierre-Emmanuel Andre <pea@openbsd.org>
|
|
|
|
|
|
|
|
# GPLv2
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
|
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
2010-11-19 17:31:32 -05:00
|
|
|
RUN_DEPENDS= net/rrdtool,-perl \
|
|
|
|
devel/p5-File-Tail
|
2010-10-25 08:42:24 -04:00
|
|
|
|
2013-03-11 07:35:43 -04:00
|
|
|
NO_TEST= Yes
|
2010-10-25 08:42:24 -04: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>
|