mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
19fe40753d
(prepare to remove www/apache13) - no PORTREVISION bump since apache22 is the default with hat apache@
40 lines
833 B
Makefile
40 lines
833 B
Makefile
# New ports collection makefile for: mysqlard
|
|
# Date created: 31 July 2006
|
|
# Whom: Greg Albrecht <gregoryba@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mysqlard
|
|
PORTVERSION= 1.0.0
|
|
PORTREVISION= 4
|
|
CATEGORIES= databases www
|
|
MASTER_SITES= http://gert.sos.be/downloads/mysqlar/
|
|
|
|
MAINTAINER= gregoryba@gmail.com
|
|
COMMENT= A tool to collect and graph database statistics from mysql
|
|
|
|
BUILD_DEPENDS= rrdtool:${PORTSDIR}/databases/rrdtool
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USE_APACHE= 20+
|
|
USE_MYSQL= yes
|
|
|
|
MYSQLARD_DIR?= ${PREFIX}/www/mysqlard
|
|
|
|
USE_RC_SUBR= mysqlard.sh
|
|
|
|
MAN1= mysqlar_graph.1
|
|
MAN8= mysqlard.8
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-rrd="${LOCALBASE}" --datadir="${PREFIX}/www" \
|
|
--sysconfdir="${PREFIX}/etc"
|
|
|
|
SUB_FILES= pkg-message
|
|
|
|
post-install:
|
|
@${ECHO_CMD}; ${CAT} ${PKGMESSAGE}; ${ECHO_CMD}
|
|
|
|
.include <bsd.port.mk>
|