Ticket #30148: Portfile

File Portfile, 1.5 KB (added by miwi@…, 13 years ago)
Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
2# $Id$
3
4PortSystem          1.0
5
6name                contao
7version             2.9.5
8categories          www php
9platforms           darwin freebsd
10maintainers         freebsd.org:miwi
11supported_archs     noarch
12license             LGPL
13
14description         Powerful web content management system
15
16long_description    cantao webCMS is a powerful web content management system that \
17                    specializes in accessibility (back end and front end) and uses XHTML \
18                    and CSS to generate W3C/WAI compliant pages.
19
20depends_run         port:php5-web \
21                    port:php5-imagick \
22                    port:php5-gd \
23                    port:php5-mysql \
24                    port:php5-xsl
25
26homepage            http://www.contao.org/
27master_sites        sourceforge:typolight
28
29checksums           sha1    93c1fb67a396f057eb700ec181aaed839c10cb1d \
30                    rmd160  0a7229382d50f1d08dd05c10274d08b0bdb1b12c
31
32extract.mkdir       yes
33
34use_configure       no
35
36build               {}
37
38set docpath         ${destroot}${prefix}/www/data
39
40destroot {
41    xinstall -d -m 0755 ${docpath}
42    copy ${worksrcpath}/${name}-${version}/ ${docpath}/${name}
43}
44
45livecheck.type          regex
46livecheck.url           http://sourceforge.net/projects/typolight/files/
47livecheck.regex        "${name}-(\\d+(?:\\.\\d+)*)"