Line 0
Link Here
|
|
|
1 |
# New ports collection makefile for: drupal6-advanced_help |
2 |
# |
3 |
|
4 |
PORTNAME= advanced_help |
5 |
DISTVERSION= 6.x-1.0 |
6 |
CATEGORIES= www |
7 |
MASTER_SITES= http://ftp.drupal.org/files/projects/ |
8 |
|
9 |
COMMENT= Allows to store module help pages outside the module system |
10 |
|
11 |
DRUPAL6_MODULE= yes |
12 |
MODULE_DIRS= help help_example help_example/help |
13 |
MODULE_FILES= help/advanced_help.help.ini help/ini-file.html \ |
14 |
help/translation.html help/using-advanced-help.html \ |
15 |
advanced-help-popup.tpl.php advanced_help.info \ |
16 |
advanced_help.install advanced_help.module \ |
17 |
help-icon.css help-popup.css help.css help.png \ |
18 |
help_example/help/180px-Andi_Gutmans_1.jpg \ |
19 |
help_example/help/180px-Lerdorf.jpg \ |
20 |
help_example/help/180px-PHP_Hello_World_screenshot.png \ |
21 |
help_example/help/about-php.html \ |
22 |
help_example/help/help_example.help.ini \ |
23 |
help_example/help/history.html \ |
24 |
help_example/help/security.html \ |
25 |
help_example/help/syntax.html \ |
26 |
help_example/help/usage.html \ |
27 |
help_example/help_example.info \ |
28 |
help_example/help_example.module |
29 |
DOC_FILES= LICENSE.txt |
30 |
|
31 |
.include <bsd.port.pre.mk> |
32 |
.include "${.CURDIR}/../../www/drupal5/bsd.drupal.mk" |
33 |
.include <bsd.port.post.mk> |