From 37c9e825b1cec0a7bdb33c248720ea326400bc6e Mon Sep 17 00:00:00 2001 From: Cheng-Lung Sung Date: Mon, 14 Feb 2005 06:34:06 +0000 Subject: - MediaWiki is the collaborative editing software that runs Wikipedia, the free encyclopedia, and other projects. It's designed to handle a large number of users and pages without imposing too rigid a structure or workflow. WWW: http://www.mediawiki.org/ PR: ports/76957 Submitted by: Gerrit Beine --- www/mediawiki115/Makefile | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 www/mediawiki115/Makefile (limited to 'www/mediawiki115/Makefile') diff --git a/www/mediawiki115/Makefile b/www/mediawiki115/Makefile new file mode 100644 index 000000000000..6df109ab44eb --- /dev/null +++ b/www/mediawiki115/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: www/mediawiki +# Date created: February 1st 2005 +# Whom: Gerrit Beine +# +# $FreeBSD$ +# + +PORTNAME= mediawiki +PORTVERSION= 1.3.10 +CATEGORIES= www +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= wikipedia + +MAINTAINER= tux@pinguru.net +COMMENT= The wiki enginge used by Wikipedia + +NO_BUILD= yes +USE_PHP= mysql +WANT_PHP_WEB= yes +MEDIAWIKIDIR?= www/data-dist/mediawiki + +do-install: + -${MKDIR} ${PREFIX}/${MEDIAWIKIDIR} + @${CP} -r ${WRKSRC}/ ${PREFIX}/${MEDIAWIKIDIR} + @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${MEDIAWIKIDIR} + +post-install: + @${FIND} ${WRKSRC}/${file} -not -type d \ + | ${SED} -ne 's,^${WRKSRC},${MEDIAWIKIDIR},p' >> ${TMPPLIST} + @${FIND} -d ${WRKSRC}/${file} -type d \ + | ${SED} -ne 's,^${WRKSRC},@dirrm ${MEDIAWIKIDIR},p' >> ${TMPPLIST} + @${SED} -e 's|%%MEDIAWIKIDIR%%|${PREFIX}/${MEDIAWIKIDIR}|' ${PKGMESSAGE} + +.include -- cgit v1.2.3