Ticket #580: Portfile

File Portfile, 1.8 KB (added by ari@…, 21 years ago)

Portfile for 1.6.1

Line 
1# $Id $
2
3PortSystem      1.0
4
5name            tiki
6version         1.6.1
7homepage        http://tikiwiki.sourceforge.net/
8description     php based wiki with lots of extra features
9categories      www
10platforms       darwin
11maintainers     ari@ish.com.au
12set sourcepath  tikiwiki
13master_sites    http://unc.dl.sourceforge.net/sourceforge/${sourcepath}/ \
14                http://telia.dl.sourceforge.net/sourceforge/${sourcepath}/ \
15                http://easynews.dl.sourceforge.net/sourceforge/${sourcepath}/ \
16                http://umn.dl.sourceforge.net/sourceforge/${sourcepath}/ \
17                http://twtelecom.dl.sourceforge.net/sourceforge/${sourcepath}/ \
18                http://belnet.dl.sourceforge.net/sourceforge/${sourcepath}/ \
19                http://switch.dl.sourceforge.net/sourceforge/${sourcepath}/ \
20                http://cesnet.dl.sourceforge.net/sourceforge/${sourcepath}/
21
22use_zip         yes
23extract.sufx    zip
24distfiles       ${name}161.${extract.sufx}
25checksums       md5 696a8384bba8d139b2824d44e7072f35
26worksrcdir      tiki
27depends_lib     bin:httpd:apache
28configure       {}
29build           {}
30install         {
31                        system "mkdir -p ${destroot}${prefix}/www/${name}-${version}"
32                        system "cp -fR ${workpath}/${name}/* ${destroot}${prefix}/www/${name}-${version}/"
33                        system "cd ${destroot}${prefix}/www/${name}-${version}/ && sudo sh ./setup.sh www www && chown -R www:www *"
34                }
35                 
36long_description        TikiWiki is an open source web application which provides a full Wiki environment \
37                        as well as Articles, Sections, User/Group Management (including optinal LDAP interaction), \
38                        Polls and Quizzes, File and Image Galleries, Forums, Comments on many areas, Weblogs, and much more.