Ticket #19426: Portfile

File Portfile, 880 bytes (added by cedstrom@…, 15 years ago)

Portfile

Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2# $Id$
3
4PortSystem          1.0
5
6name                libical
7version             0.43
8categories          devel
9maintainers         fs.ei.tum.de:jonas openmaintainer
10description         An implementation of iCalendar protocols and data formats
11long_description    ${description}
12platforms           darwin
13homepage            http://sourceforge.net/projects/freeassociation/
14master_sites        sourceforge:freeassociation
15checksums           md5     5f0a1feb60894d0be537aefea5647474 \
16                    sha1    a972fa876b3b9834a6e8102b7e2a670f73091cdf \
17                    rmd160  a0a79aec38970c5d694a3e9065a4cb7746b31fea
18
19post-configure {
20    reinplace "s|CC -dynamiclib|CC ${configure.universal_ldflags} -dynamiclib|g" ${worksrcpath}/libtool
21}
22