1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/www/tinymce3/Makefile
Alexander Logvinov af057b9613 - Update to 3.2.4.1
PR:		ports/136081
Submitted by:	Joe Horn <joehorn at gmail.com>
Approved by:	maintainer, tabthorpe (mentor)
2009-06-27 22:29:50 +00:00

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>