freebsd-ports/www/drupal6-google_analytics/Makefile
Martin Wilke 7a209ba0b1 - Update to 6.x-2.2
- Connect to build

PR:		135232
Submitted by:	Nick Hilliard <nick@foobar.org> (maintainer)
2009-06-16 19:43:49 +00:00

30 lines
851 B
Makefile

# New ports collection makefile for: drupal6-google_analytics
# Date created: 31 Mar 2007
# Whom: Nick Hilliard <nick@foobar.org>
#
# $FreeBSD$
#
PORTNAME= google_analytics
DISTVERSION= 6.x-2.2
CATEGORIES= www
MAINTAINER= nick@foobar.org
COMMENT= Adds the Google Analytics web stats tracking system to your website
DRUPAL6_MODULE= yes
MODULE_FILES= tests/googleanalytics_basic.test googleanalytics.admin.inc \
googleanalytics.info googleanalytics.install \
googleanalytics.js googleanalytics.module translations/de.po \
translations/el.po translations/fr.po translations/ja.po \
translations/googleanalytics.pot translations/pl.po \
translations/sk.po
MODULE_DIRS= tests translations
DOC_FILES= LICENSE.txt README.txt
.include <bsd.port.pre.mk>
.include "${.CURDIR}/../../www/drupal5/bsd.drupal.mk"
.include <bsd.port.post.mk>