Tweak audio/esperanza version 0.4.0.20091017_2
[dports.git] / www / drupal6-imce / Makefile
1 # Created by: Anderson Soares Ferreira <anderson@cnpm.embrapa.br>
2 # $FreeBSD$
3
4 PORTNAME=       imce
5 DISTVERSION=    6.x-1.4
6 PORTREVISION=   1
7 CATEGORIES=     www
8 MASTER_SITES=   http://ftp.drupal.org/files/projects/
9
10 MAINTAINER=     ports@FreeBSD.org
11 COMMENT=        Drupal 6.x image/file uploader module
12
13 USES=           drupal:6,module
14
15 MODULE_DIRS=    translations tpl js inc css
16
17 MODULE_FILES=   translations/uk.po \
18                 translations/uk-ua.po \
19                 translations/sv.po \
20                 translations/pt-br.po \
21                 translations/nl.po \
22                 translations/ja.po \
23                 translations/imce.pot \
24                 translations/hu.po \
25                 translations/fr.po \
26                 translations/fi.po \
27                 translations/es.po \
28                 translations/cs.po \
29                 tpl/imce-page.tpl.php \
30                 tpl/imce-file-list.tpl.php \
31                 tpl/imce-content.tpl.php \
32                 js/imce_set_inline.js \
33                 js/imce_set_app.js \
34                 js/imce_extras.js \
35                 js/imce.js \
36                 inc/subdir.inc \
37                 inc/page.inc \
38                 inc/js.inc \
39                 inc/core_profiles.inc \
40                 inc/admin.inc \
41                 imce.module \
42                 imce.install \
43                 imce.info \
44                 css/y-grippie.png \
45                 css/x-grippie.png \
46                 css/loading.gif \
47                 css/leaf.png \
48                 css/imce-content.css \
49                 css/folder.png \
50                 css/folder-open.png \
51                 css/expanded.png \
52                 css/collapsed.png
53
54 DOC_FILES=      README.txt LICENSE.txt
55
56 .include <bsd.port.mk>