summaryrefslogtreecommitdiff
path: root/www/tinymce3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/tinymce3/Makefile')
-rw-r--r--www/tinymce3/Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/www/tinymce3/Makefile b/www/tinymce3/Makefile
deleted file mode 100644
index 6050a56a99d5..000000000000
--- a/www/tinymce3/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# New ports collection makefile for: tinymce
-# Date created: 26 Mar 2007
-# Whom: Nick Hilliard <nick@foobar.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= tinymce
-PORTVERSION= 2.1.3
-CATEGORIES= www
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-DISTNAME= tinymce_2_1_3
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= nick@foobar.org
-COMMENT= An open source Javascript HTML WYSIWYG editor for web sites
-
-WRKSRC= ${WRKDIR}/${PORTNAME}
-
-NO_BUILD= 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>