diff options
author | miwi <miwi@FreeBSD.org> | 2010-05-02 20:08:37 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-05-02 20:08:37 +0800 |
commit | 018b06d91441512eaed89c001f5aa10e4801e6e4 (patch) | |
tree | f6460b2f708b6d328e3276c1e1bbeb904165b9ef /www/mawstats/Makefile | |
parent | 0306ab1e234fe1f12e18e4e9cdb2cbc6479fc471 (diff) | |
download | freebsd-ports-gnome-018b06d91441512eaed89c001f5aa10e4801e6e4.tar.gz freebsd-ports-gnome-018b06d91441512eaed89c001f5aa10e4801e6e4.tar.zst freebsd-ports-gnome-018b06d91441512eaed89c001f5aa10e4801e6e4.zip |
MAWStats is a free site statistics and analytics package.
It runs in conjunction with AWStats and produces clear and informative charts,
graphs and tables about your website visitors.
WWW: http://mawstats.lingnu.com/
PR: ports/146080
Submitted by: Frank Wall <fw at moov.de>
Diffstat (limited to 'www/mawstats/Makefile')
-rw-r--r-- | www/mawstats/Makefile | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/www/mawstats/Makefile b/www/mawstats/Makefile new file mode 100644 index 000000000000..76e1f0678247 --- /dev/null +++ b/www/mawstats/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: mawstats +# Date created: Mon Apr 26 19:03:51 CEST 2010 +# Whom: Frank Wall <fw@moov.de> +# +# $FreeBSD$ +# + +PORTNAME= mawstats +DISTVERSION= 0.8 +CATEGORIES= www +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} + +MAINTAINER= fw@moov.de +COMMENT= MAWStats is a Free Web Site Statistics tool + +RUN_DEPENDS= awstats>=6.8:${PORTSDIR}/www/awstats + +NO_BUILD= yes +USE_PHP= yes +WANT_PHP_WEB= yes +DEFAULT_PHP_VER=5 +SUB_FILES= pkg-message +PKGMESSAGE= ${WRKDIR}/pkg-message + +do-install: + ${MKDIR} ${WWWDIR} + cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${WWWDIR} + +post-install: + @${CAT} ${PKGMESSAGE} + +.include <bsd.port.mk> |