freebsd-ports/www/mediawiki110/Makefile
Cheng-Lung Sung 37c9e825b1 - 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 <tux AT pinguru dot net>
2005-02-14 06:34:06 +00:00

34 lines
931 B
Makefile

# New ports collection makefile for: www/mediawiki
# Date created: February 1st 2005
# Whom: Gerrit Beine <tux@pinguru.net>
#
# $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 <bsd.port.mk>