aboutsummaryrefslogtreecommitdiffstats
path: root/www/ckeditor/Makefile
blob: 19f56dd3939043a4e5eae999bca7a0296f186954 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Joe Horn <joehorn@gmail.com>
# $FreeBSD$

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

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

LICENSE=    MPL

NO_BUILD=   yes
WRKSRC=     ${WRKDIR}/ckeditor

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

.include <bsd.port.mk>