diff options
author | jschauma <jschauma@pkgsrc.org> | 2005-02-10 02:34:54 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2005-02-10 02:34:54 +0000 |
commit | 76bb9c3eec8a465986350cdd4d43ab41e55e9065 (patch) | |
tree | 6214a54f012df9a20a9fa84d732cd5a36e8eb852 /www/ganglia-webfrontend/Makefile | |
parent | 5a3deafb0328753e78c1e2ecdddd2e878a4a5fb9 (diff) | |
download | pkgsrc-76bb9c3eec8a465986350cdd4d43ab41e55e9065.tar.gz |
Upgrade ganglia-webfrontend to 3.0.0
Diffstat (limited to 'www/ganglia-webfrontend/Makefile')
-rw-r--r-- | www/ganglia-webfrontend/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/www/ganglia-webfrontend/Makefile b/www/ganglia-webfrontend/Makefile index a7a469044d1..80c3ab0c4b7 100644 --- a/www/ganglia-webfrontend/Makefile +++ b/www/ganglia-webfrontend/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/02/07 14:39:27 jschauma Exp $ +# $NetBSD: Makefile,v 1.2 2005/02/10 02:34:54 jschauma Exp $ # -DISTNAME= ganglia-webfrontend-2.5.7 +DISTNAME= ganglia-3.0.0 +PKGNAME= ganglia-webfrontend-3.0.0 CATEGORIES= www parallel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ganglia/} @@ -10,9 +11,10 @@ HOMEPAGE= http://ganglia.sourceforge.net/ COMMENT= PHP based frontend for the Ganglia Cluster Monitor DEPENDS+= ap-php>=4.1:../../www/ap-php -DEPENDS+= ganglia-monitor-core>=2.5.7:../../parallel/ganglia-monitor-core +DEPENDS+= ganglia-monitor-core>=3.0.0:../../parallel/ganglia-monitor-core NO_BUILD= YES +WRKSRC= ${WRKDIR}/ganglia-3.0.0/web/ DOCROOT= ${PREFIX}/share/httpd/htdocs/ganglia MESSAGE_SUBST+= PREFIX=${PREFIX} PKG_SYSCONFDIR=${PKG_SYSCONFDIR} |