mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
af057b9613
PR: ports/136081 Submitted by: Joe Horn <joehorn at gmail.com> Approved by: maintainer, tabthorpe (mentor)
27 lines
623 B
Makefile
27 lines
623 B
Makefile
# New ports collection makefile for: tinymce
|
|
# Date created: 26 Mar 2007
|
|
# Whom: Nick Hilliard <nick@foobar.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tinymce
|
|
PORTVERSION= 3.2.4.1
|
|
CATEGORIES= www
|
|
MASTER_SITES= SF
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION:S/./_/g}
|
|
|
|
MAINTAINER= sunpoet@sunpoet.net
|
|
COMMENT= An open source Javascript HTML WYSIWYG editor for web sites
|
|
|
|
NO_BUILD= yes
|
|
NO_WRKSUBDIR= yes
|
|
USE_ZIP= yes
|
|
|
|
do-install:
|
|
${INSTALL} -d -m 0755 ${WWWDIR}
|
|
(cd ${WRKSRC} && ${FIND} . -not -name .PLIST.mktmp -not -name '.*_done.*' -not -name pkg-install | \
|
|
${CPIO} -pdmu -R${WWWOWN}:${WWWGRP} ${WWWDIR})
|
|
|
|
.include <bsd.port.mk>
|