diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-06-16 19:46:54 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-06-16 19:46:54 +0000 |
commit | 3dd54f70fbbaa9a2f34b36e67929cc922d8bce32 (patch) | |
tree | f784eee87a0ac48bedc8ecfdb6a48645939b5e27 /www/drupal6-page_title/Makefile | |
parent | 8dcf4b428198b870cd6152e339318e4317892b7c (diff) | |
download | ports-3dd54f70fbbaa9a2f34b36e67929cc922d8bce32.tar.gz ports-3dd54f70fbbaa9a2f34b36e67929cc922d8bce32.zip |
Notes
Diffstat (limited to 'www/drupal6-page_title/Makefile')
-rw-r--r-- | www/drupal6-page_title/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/www/drupal6-page_title/Makefile b/www/drupal6-page_title/Makefile new file mode 100644 index 000000000000..c88d7b034a93 --- /dev/null +++ b/www/drupal6-page_title/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: drupal6-page_title +# Date created: 2 May 2009 +# Whom: Nick Hilliard <nick@foobar.org> +# +# $FreeBSD$ +# + +PORTNAME= page_title +DISTVERSION= 6.x-2.0 +CATEGORIES= www + +MAINTAINER= nick@foobar.org +COMMENT= Drupal module to provide fine-grained control of page titles + +RUN_DEPENDS= drupal6-token>=0:${PORTSDIR}/www/drupal6-token + +DRUPAL6_MODULE= yes +MODULE_FILES= translations/page_title.pot translations/ru.po \ + page_title-admin-settings-form.tpl.php page_title.admin.inc \ + page_title.info page_title.install page_title.module +MODULE_DIRS= translations + +DOC_FILES= CHANGELOG.txt README.txt LICENSE.txt + +.include <bsd.port.pre.mk> +.include "${.CURDIR}/../../www/drupal5/bsd.drupal.mk" +.include <bsd.port.post.mk> |