head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2010.09.23.17.31.29;	author pgollucci;	state dead;
branches;
next	1.1;

1.1
date	2010.09.23.02.40.26;	author pgollucci;	state Exp;
branches;
next	;


desc
@@


1.2
log
@rename www/CKeditor -> www/ckeditor
no MOVED entry

Requested by:   danfe
@
text
@# New ports collection makefile for:	CKEditor
# Date created:		2010/09/04
# Whom:			Joe Horn <joehorn@@gmail.com>
#
# $FreeBSD: ports/www/CKeditor/Makefile,v 1.1 2010/09/23 02:40:26 pgollucci Exp $
#

PORTNAME=	CKEditor
PORTVERSION=	3.4
CATEGORIES=	www
MASTER_SITES=	http://download.cksource.com/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION}/
DISTNAME=	ckeditor_${PORTVERSION}

MAINTAINER=	joehorn@@gmail.com
COMMENT=	CKEditor is a WYSIWYG editor to be used inside web page

LICENSE=	MPL

NO_BUILD=	yes
WRKSRC=		${WRKDIR}/ckeditor

do-install:
	@@${INSTALL} -d -m 0755 ${WWWDIR}
	@@(cd ${WRKSRC} && ${FIND} . | ${CPIO} -pdmu -R${WWWOWN}:${WWWGRP} ${WWWDIR})

.include <bsd.port.mk>
@


1.1
log
@CKEditor is a text editor to be used inside web pages. It's a WYSIWYG
editor, which means that the text being edited on it looks as similar
as possible to the results users have when publishing it. It brings to
the web common editing features found on desktop editing applications
like Microsoft Word and OpenOffice.

WWW: http://ckeditor.com/

PR:		ports/150277
Submitted by:	Joe Horn <joehorn at gmail.com>
@
text
@d5 1
a5 1
# $FreeBSD$
@

