freebsd-ports/databases/mysqlard/Makefile
Rong-En Fan c1dece6a00 - Chase rrdtool 1.3.0 update, bump PORTREVISION
PR:		ports/124749
Submitted by:	Zhen REN <bg1tpt at gmail.com> (maintainer of rrdtool)
2008-06-24 12:34:56 +00:00

41 lines
892 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= 1
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= 1.3+
USE_MYSQL= yes
MYSQLARD_DIR?= ${PREFIX}/www/mysqlard
USE_RC_SUBR= mysqlard.sh
MAN1= mysqlar_graph.1
MAN8= mysqlard.8
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
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>