mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
f40cc46293
sites. It provides content translation facilities for nodes and taxonomy, interface translation for anonymous users when used with the locale module, and browser language detection. It also includes a block for language selection and manages translation relationships for nodes and taxonomy terms. WWW: http://drupal.org/project/i18n PR: ports/113728 Submitted by: Nick Hilliard <nick@foobar.org> Repocopied by: marcus
49 lines
1.8 KiB
Makefile
49 lines
1.8 KiB
Makefile
# New ports collection makefile for: drupal5-i18n
|
|
# Date created: 26 Jan 2007
|
|
# Whom: Nick Hilliard <nick@foobar.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= i18n
|
|
DISTVERSION= 5.x-2.1
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://ftp.osuosl.org/pub/drupal/files/projects/
|
|
|
|
MAINTAINER= nick@foobar.org
|
|
COMMENT= An internationalisation module for the Drupal CMS
|
|
|
|
DRUPAL5_MODULE= yes
|
|
|
|
MODULE_DIRS= contrib experimental flags i18nblocks i18nprofile \
|
|
i18nviews translation
|
|
|
|
MODULE_FILES= contrib/i18nmenu.info contrib/i18nmenu.module \
|
|
contrib/i18ntaxonomy.info contrib/i18ntaxonomy.install \
|
|
contrib/i18ntaxonomy.module i18n.info i18n.install \
|
|
i18n.module experimental/README.txt \
|
|
experimental/i18ncontent.info \
|
|
experimental/i18ncontent.module \
|
|
experimental/i18nstrings.info \
|
|
experimental/i18nstrings.install \
|
|
experimental/i18nstrings.module experimental/i18nsync.info \
|
|
experimental/i18nsync.install experimental/i18nsync.module \
|
|
experimental/ttext.info experimental/ttext.install \
|
|
experimental/ttext.module flags/ar.png flags/ca.png \
|
|
flags/cs.png flags/de.png flags/en.png flags/es.png \
|
|
flags/eu.png flags/fi.png flags/fr.png flags/ga.png \
|
|
flags/gl.png flags/he.png flags/hu.png flags/it.png \
|
|
flags/ja.png flags/km.png flags/nl.png flags/ru.png \
|
|
flags/sk.png flags/sv.png i18nblocks/i18nblocks.info \
|
|
i18nblocks/i18nblocks.install i18nblocks/i18nblocks.module \
|
|
i18nprofile/i18nprofile.info i18nprofile/i18nprofile.install \
|
|
i18nprofile/i18nprofile.module i18nviews/i18nviews.info \
|
|
i18nviews/i18nviews.module translation/translation.info \
|
|
translation/translation.module
|
|
|
|
DOC_FILES= CHANGELOG.txt CREDITS.txt INSTALL.txt LICENSE.txt README.txt
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${.CURDIR}/../../www/drupal5/bsd.drupal.mk"
|
|
.include <bsd.port.post.mk>
|