aboutsummaryrefslogtreecommitdiff
path: root/www/drupal6-advanced_help/Makefile
blob: a042dcda9ab3b810a9e83e8f732719492e947ee1 (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# New ports collection makefile for:	drupal6-views
# Date created:				20 Jul 2008
# Whom:					Eygene Ryabinkin <rea-fbsd@codelabs.ru>
#
# $FreeBSD$
#

PORTNAME=	advanced_help
DISTVERSION=	6.x-1.2
PORTREVISION=	1
CATEGORIES=	www
MASTER_SITES=	http://ftp.drupal.org/files/projects/

MAINTAINER=	rea@FreeBSD.org
COMMENT=	Allows to store module help pages outside the module system

USE_DRUPAL=	yes
DRUPAL6_MODULE=	yes
MODULE_DIRS=	help \
		help_example/help help_example/translations help_example \
		translations/help/de translations/help translations
MODULE_FILES=	help/advanced_help.help.ini help/ini-file.html \
		help/translation.html help/using-advanced-help.html \
		help/why-advanced-help.html \
		advanced-help-popup.tpl.php advanced_help.info \
		advanced_help.install advanced_help.module \
		help-icon.css help-popup.css help.css help.png \
		help_example/help/180px-Andi_Gutmans_1.jpg \
		help_example/help/180px-Lerdorf.jpg \
		help_example/help/180px-PHP_Hello_World_screenshot.png \
		help_example/help/about-php.html \
		help_example/help/help_example.help.ini \
		help_example/help/history.html \
		help_example/help/security.html \
		help_example/help/syntax.html \
		help_example/help/usage.html \
		help_example/help_example.info \
		help_example/help_example.module \
		help_example/translations/help_example.de.po \
		help_example/translations/help_example.pot \
		translations/help/de/advanced_help.help.ini \
		translations/help/de/ini-file.html \
		translations/help/de/translation.html \
		translations/help/de/using-advanced-help.html \
		translations/help/de/why-advanced-help.html \
		translations/advanced_help.de.po \
		translations/advanced_help.hu.po \
		translations/advanced_help.pot \
		translations/fr.po
DOC_FILES=	LICENSE.txt

.include <bsd.port.mk>