aboutsummaryrefslogtreecommitdiffstats
path: root/www/drupal6-pathauto/Makefile
blob: bb8f849a73381f93b5bf476edac8b3c3fe9d8d60 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Created by: Nick Hilliard <nick@foobar.org>
# $FreeBSD$

PORTNAME=   pathauto
DISTVERSION=    6.x-1.4
CATEGORIES= www

MAINTAINER= ports@FreeBSD.org
COMMENT=    Automatically generates URLs for Drupal content

RUN_DEPENDS=    drupal6-token>=0:${PORTSDIR}/www/drupal6-token

USE_DRUPAL= yes
DRUPAL6_MODULE= yes
MODULE_FILES=   pathauto.admin.inc pathauto.inc pathauto.info \
        pathauto.install pathauto.js pathauto.module \
        pathauto_node.inc pathauto_taxonomy.inc pathauto_user.inc \
        pathauto.api.php pathauto.test \
        translations/pathauto.pot translations/ar.po translations/cs.po \
        translations/da.po translations/de.po translations/el.po \
        translations/es.po translations/fr.po translations/ja.po \
        translations/nl.po translations/ru.po translations/tr.po
MODULE_DIRS=    translations

DOC_FILES=  INSTALL.txt API.txt README.txt i18n-ascii.example.txt \
        LICENSE.txt

.include <bsd.port.mk>