34 lines
657 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.5 2019/07/12 20:47:59 sthen Exp $
COMMENT= rrdtool frontend for Bind installation
DISTNAME= bindgraph-0.2
2013-11-05 17:49:33 +00:00
REVISION= 0
CATEGORIES= net www
HOMEPAGE= http://www.linux.it/~md/software/
MASTER_SITES= ${HOMEPAGE}
MAINTAINER= Pierre-Emmanuel Andre <pea@openbsd.org>
# GPLv2
PERMIT_PACKAGE= Yes
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
2013-03-11 11:35:43 +00:00
NO_TEST= Yes
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>