freebsd-ports/www/tinymce/Makefile
Chris Rees 383334ede1 Reassign several ports maintained by Nick Hilliard. Thank you very much for
all your work on these.

All to ports@FreeBSD.org, except p5-Rcs-Agent to perl@ (almost certainly won't
see any updates), and give drupal[67] to flo@.

While here, update to OPTIONSng.

PR:		ports/174741
2013-01-26 19:06:31 +00:00

24 lines
592 B
Makefile

# Created by: Nick Hilliard <nick@foobar.org>
# $FreeBSD$
PORTNAME= tinymce
PORTVERSION= 2.1.3
CATEGORIES= www
MASTER_SITES= SF/${PORTNAME}/TinyMCE/${PORTVERSION}
DISTNAME= tinymce_2_1_3
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Open source JavaScript HTML WYSIWYG editor for web sites
WRKSRC= ${WRKDIR}/${PORTNAME}
NO_BUILD= YES
NO_LATEST_LINK= 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>