Lines 6-27
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= nodewords |
8 |
PORTNAME= nodewords |
9 |
DISTVERSION= 6.x-1.0 |
9 |
DISTVERSION= 6.x-1.2 |
10 |
CATEGORIES= www |
10 |
CATEGORIES= www |
11 |
|
11 |
|
12 |
MAINTAINER= nick@foobar.org |
12 |
MAINTAINER= nick@foobar.org |
13 |
COMMENT= A drupal module which allows the end-user to set meta tags for nodes |
13 |
COMMENT= A drupal module which allows the end-user to set meta tags for nodes |
14 |
|
14 |
|
15 |
DRUPAL6_MODULE= yes |
15 |
DRUPAL6_MODULE= yes |
16 |
MODULE_DIRS= metatags translations |
16 |
MODULE_DIRS= basic_metatags extra_metatags site_verification translations |
17 |
MODULE_FILES= metatags/Revisit-After.inc metatags/abstract.inc \ |
17 |
MODULE_FILES= basic_metatags/basic_metatags.info basic_metatags/basic_metatags.install \ |
18 |
metatags/copyright.inc metatags/description.inc \ |
18 |
basic_metatags/basic_metatags.metatags.inc \ |
19 |
metatags/geourl.inc metatags/keywords.inc \ |
19 |
basic_metatags/basic_metatags.module \ |
20 |
metatags/robots.inc nodewords.admin.inc nodewords.info \ |
20 |
nodewords.admin.inc nodewords.info nodewords.install nodewords.module \ |
21 |
nodewords.install nodewords.module translations/de.po \ |
21 |
extra_metatags/extra_metatags.info \ |
|
|
22 |
extra_metatags/extra_metatags.install \ |
23 |
extra_metatags/extra_metatags.metatags.inc \ |
24 |
extra_metatags/extra_metatags.module \ |
25 |
site_verification/site_verification.info \ |
26 |
site_verification/site_verification.install \ |
27 |
site_verification/site_verification.metatags.inc \ |
28 |
site_verification/site_verification.module translations/de.po \ |
22 |
translations/fr.po translations/ja.po translations/ru.po \ |
29 |
translations/fr.po translations/ja.po translations/ru.po \ |
23 |
translations/nodewords.pot |
30 |
translations/nodewords.pot |
24 |
DOC_FILES= node.tpl.php-example README.txt LICENSE.txt |
31 |
|
|
|
32 |
DOC_FILES= CHANGELOG.txt README.txt |
25 |
|
33 |
|
26 |
.include <bsd.port.pre.mk> |
34 |
.include <bsd.port.pre.mk> |
27 |
.include "${.CURDIR}/../../www/drupal5/bsd.drupal.mk" |
35 |
.include "${.CURDIR}/../../www/drupal5/bsd.drupal.mk" |