freebsd-ports/www/drupal6-pathauto/Makefile
Martin Wilke 03de9288ab Pathauto is a Drupal module which automatically generates path aliases for
various kinds of content (nodes, categories, users) without requiring the
user to manually specify the path alias.

WWW: http://drupal.org/project/pathauto

PR:		ports/135228
Submitted by:	Nick Hilliard <nick at foobar.org>
2009-06-16 19:49:26 +00:00

32 lines
1 KiB
Makefile

# New ports collection makefile for: drupal6-pathauto
# Date created: 2 May 2009
# Whom: Nick Hilliard <nick@foobar.org>
#
# $FreeBSD$
#
PORTNAME= pathauto
DISTVERSION= 6.x-1.1
CATEGORIES= www
MAINTAINER= nick@foobar.org
COMMENT= Automatically generates URLs for Drupal content
RUN_DEPENDS= drupal6-token>=0:${PORTSDIR}/www/drupal6-token
DRUPAL6_MODULE= yes
MODULE_FILES= tests/pathauto.test pathauto.admin.inc pathauto.inc \
pathauto.info pathauto.install pathauto.js pathauto.module \
pathauto_node.inc pathauto_taxonomy.inc pathauto_user.inc \
translations/pathauto.pot 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= tests translations
DOC_FILES= INSTALL.txt API.txt CHANGELOG.txt README.txt \
i18n-ascii.example.txt LICENSE.txt
.include <bsd.port.pre.mk>
.include "${.CURDIR}/../../www/drupal5/bsd.drupal.mk"
.include <bsd.port.post.mk>