Ticket #7610: Portfile.3

File Portfile.3, 1.2 KB (added by jyrki.wahlstedt@…, 18 years ago)

Portfile

Line 
1# $Id: Portfile,v 1.00 2005/11/23 10:39:42 jwa Exp $
2
3PortSystem 1.0
4name            midgard-data
5version         1.7.4
6categories      www
7maintainers     jyrki.wahlstedt@hut.fi
8description     "A content management system"
9long_description "Midgard is a content management system\
10                platform using Apache, PHP and MySQL."
11platforms       darwin
12homepage        http://www.midgard-project.org/
13
14master_sites    http://www.midgard-project.org/midcom-serveattachmentguid-297c84069d94b18dac44c47aaac5f59b/
15
16use_bzip2       yes
17checksums       sha1 a147d36178b047b05073b0dc902848e6170e70f9
18depends_lib     port:midgard-core\
19                port:midgard-apache2\
20                port:midgard-php4\
21                port:dialog\
22                port:ImageMagick
23
24patchfiles      midcom-template.xml.diff datagard.in.diff
25
26configure.args  --sysconfdir=${prefix}/etc/midgard/ \
27                --with-mysql-config=${prefix}/bin/mysql_config5 \
28                --with-apxs=${prefix}/apache2/bin/apxs \
29                --with-apache-user=www \
30                --with-apache-group=www
31
32build   {}     
33
34post-destroot   {
35        reinplace "s/zcat/gzcat/" ${destroot}${prefix}/share/midgard/datagard/lib.postinst
36        reinplace "s;/usr/bin/pear;${prefix}/bin/pear4;" ${destroot}${prefix}/share/midgard/datagard/datagard.conf
37}
38
39platform darwin 8 {
40        configure.env CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
41}