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 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name libical |
---|
7 | version 0.43 |
---|
8 | categories devel |
---|
9 | maintainers fs.ei.tum.de:jonas openmaintainer |
---|
10 | description An implementation of iCalendar protocols and data formats |
---|
11 | long_description ${description} |
---|
12 | platforms darwin |
---|
13 | homepage http://sourceforge.net/projects/freeassociation/ |
---|
14 | master_sites sourceforge:freeassociation |
---|
15 | checksums md5 5f0a1feb60894d0be537aefea5647474 \ |
---|
16 | sha1 a972fa876b3b9834a6e8102b7e2a670f73091cdf \ |
---|
17 | rmd160 a0a79aec38970c5d694a3e9065a4cb7746b31fea |
---|
18 | |
---|
19 | post-configure { |
---|
20 | reinplace "s|CC -dynamiclib|CC ${configure.universal_ldflags} -dynamiclib|g" ${worksrcpath}/libtool |
---|
21 | } |
---|
22 | |
---|