head	1.6;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.1;
locks; strict;
comment	@# @;


1.6
date	2012.11.17.06.02.31;	author svnexp;	state Exp;
branches;
next	1.5;

1.5
date	2012.06.01.05.24.51;	author dinoex;	state Exp;
branches;
next	1.4;

1.4
date	2011.08.31.15.53.44;	author crees;	state Exp;
branches;
next	1.3;

1.3
date	2011.07.29.08.36.45;	author crees;	state Exp;
branches;
next	1.2;

1.2
date	2010.06.02.15.46.18;	author miwi;	state Exp;
branches;
next	1.1;

1.1
date	2010.02.12.14.00.20;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Switch exporter over
@
text
@# New ports collection makefile for:	drupal6-imce
# Date created:		10 feb 2010
# Whom:			Anderson Soares Ferreira <anderson@@cnpm.embrapa.br>
#
# $FreeBSD: head/www/drupal6-imce/Makefile 300897 2012-07-14 14:29:18Z beat $
#

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

MAINTAINER=	anderson@@cnpm.embrapa.br
COMMENT=	Drupal 6.x image/file uploader module

USE_DRUPAL=	yes
DRUPAL6_MODULE=	yes

MODULE_DIRS=	translations tpl js inc css

MODULE_FILES=	translations/uk.po \
		translations/uk-ua.po \
		translations/sv.po \
		translations/pt-br.po \
		translations/nl.po \
		translations/ja.po \
		translations/imce.pot \
		translations/hu.po \
		translations/fr.po \
		translations/fi.po \
		translations/es.po \
		translations/cs.po \
		tpl/imce-page.tpl.php \
		tpl/imce-file-list.tpl.php \
		tpl/imce-content.tpl.php \
		js/imce_set_inline.js \
		js/imce_set_app.js \
		js/imce_extras.js \
		js/imce.js \
		inc/subdir.inc \
		inc/page.inc \
		inc/js.inc \
		inc/core_profiles.inc \
		inc/admin.inc \
		imce.module \
		imce.install \
		imce.info \
		css/y-grippie.png \
		css/x-grippie.png \
		css/loading.gif \
		css/leaf.png \
		css/imce-content.css \
		css/folder.png \
		css/folder-open.png \
		css/expanded.png \
		css/collapsed.png

DOC_FILES=	README.txt LICENSE.txt

.include <bsd.port.mk>
@


1.5
log
@- update png to 1.5.10
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.4
log
@Use USE_DRUPAL instead of including bsd.drupal.mk
@
text
@d10 1
@


1.3
log
@Begin process of removal of drupal5 ports:

- Stop using the bsd.drupal.mk in drupal5/ and use the Mk/ version
- Deprecate the drupal5 ports for removal on 29/Aug

Submitted by:	Nick Hilliard <nick@@foobar.org> (maintainer)
@
text
@d16 1
d60 1
a60 3
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/Mk/bsd.drupal.mk"
.include <bsd.port.post.mk>
@


1.2
log
@- Update to 1.4

PR:		147326
Submitted by:	Anderson Soares Ferreira <anderson@@cnpm.embrapa.br> (maintainer)
@
text
@d60 1
a60 1
.include "${.CURDIR}/../../www/drupal5/bsd.drupal.mk"
@


1.1
log
@IMCE is an image/file uploader and browser that supports personal directories
and quota. Since its first release, IMCE has been used as a file browser in
many popular rich text editors such as FCKEditor, TinyMCE, WYMEditor etc.

WWW: http://drupal.org/project/imce

PR:		ports/143731
Submitted by:	Anderson Soares Ferreira <anderson at cnpm.embrapa.br>
@
text
@d9 1
a9 1
DISTVERSION=	6.x-1.3
d20 23
a42 9
MODULE_FILES=	css/collapsed.png \
		css/expanded.png \
		css/folder-open.png \
		css/folder.png \
		css/imce-content.css \
		css/leaf.png \
		css/loading.gif \
		css/x-grippie.png \
		css/y-grippie.png \
d44 2
a45 4
		inc/core_profiles.inc \
		inc/js.inc \
		inc/page.inc \
		inc/subdir.inc \
d47 9
a55 19
		imce.install \
		imce.module \
		js/imce.js \
		js/imce_extras.js \
		js/imce_set_app.js \
		js/imce_set_inline.js \
		tpl/imce-content.tpl.php \
		tpl/imce-file-list.tpl.php \
		tpl/imce-page.tpl.php \
		translations/imce.pot \
		translations/cs.po \
		translations/es.po \
		translations/fi.po \
		translations/fr.po \
		translations/hu.po \
		translations/pt-br.po \
		translations/ja.po \
		translations/nl.po \
		translations/sv.po
@

