1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/www/ckeditor/Makefile
Frederic Culot 8f846af72f - Update to 3.6
PR:		ports/157080
Submitted by:	Joe Horn <joehorn@gmail.com> (maintainer)
2011-05-16 06:30:44 +00:00

27 lines
615 B
Makefile

# New ports collection makefile for: CKEditor
# Date created: 2010/09/04
# Whom: Joe Horn <joehorn@gmail.com>
#
# $FreeBSD$
#
PORTNAME= CKEditor
PORTVERSION= 3.6
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>