mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
f5700ee95a
web-based Groupware and Content Management System (CMS) using PHP, ADOdb and smarty. It can be used to create all sorts of web applications, sites, portals, intranets and extranets. For example you can use it as GeoCMS (Geospatial Content Management System) too. It's developed by a large number of contributors which forms the TikiWiki Community. WWW: http://tikiwiki.org/ PR: ports/99195 Submitted by: Babak Farrokhi <babak@farrokhi.net>
32 lines
725 B
Makefile
32 lines
725 B
Makefile
# New ports collection makefile for: tikiwiki
|
|
# Date created: 19-JUNE-2006
|
|
# Whom: Babak Farrokhi <babak@farrokhi.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tikiwiki
|
|
PORTVERSION= 1.9.4
|
|
CATEGORIES= www
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= babak@farrokhi.net
|
|
COMMENT= Powerful PHP based Wiki/CMS/Groupware
|
|
|
|
USE_PHP= gettext pcre posix session xml zlib
|
|
|
|
NO_BUILD= YES
|
|
TIKIWIKI?= www/tikiwiki
|
|
PLIST_SUB+= TIKIWIKI=${TIKIWIKI}
|
|
|
|
do-install:
|
|
-${MKDIR} ${PREFIX}/${TIKIWIKI}
|
|
@${CHMOD} 755 ${PREFIX}/${TIKIWIKI}
|
|
@${CP} -R ${WRKSRC}/ ${PREFIX}/${TIKIWIKI}
|
|
# set the correct permissions
|
|
@${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${TIKIWIKI}
|
|
# @${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|