1 | # $Id: Portfile,v 1.00 2005/11/23 10:39:42 jwa Exp $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name midgard-data |
---|
5 | version 1.7.4 |
---|
6 | categories www |
---|
7 | maintainers jyrki.wahlstedt@hut.fi |
---|
8 | description "A content management system" |
---|
9 | long_description "Midgard is a content management system\ |
---|
10 | platform using Apache, PHP and MySQL." |
---|
11 | platforms macosx |
---|
12 | homepage http://www.midgard-project.org/ |
---|
13 | |
---|
14 | master_sites http://www.midgard-project.org/midcom-serveattachmentguid-297c84069d94b18dac44c47aaac5f59b/ |
---|
15 | |
---|
16 | distname ${name}-${version} |
---|
17 | use_bzip2 yes |
---|
18 | checksums md5 b4768bb1182c761038da02d47b66465e |
---|
19 | depends_lib port:midgard-core\ |
---|
20 | port:midgard-apache2\ |
---|
21 | port:midgard-php4\ |
---|
22 | port:dialog\ |
---|
23 | port:ImageMagick\ |
---|
24 | port:mysql4 |
---|
25 | |
---|
26 | patchfiles midcom-template.xml.diff datagard.in.diff |
---|
27 | |
---|
28 | configure.args --with-apxs=${prefix}/apache2/bin/apxs\ |
---|
29 | --with-apache-user=www\ |
---|
30 | --with-apache-group=www |
---|
31 | |
---|
32 | build {} |
---|
33 | |
---|
34 | post-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 | } |
---|