1 | # $Id: Portfile 30232 2007-10-22 23:05:56Z jmpp@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name irssistats |
---|
5 | version 0.75 |
---|
6 | categories irc |
---|
7 | maintainers nomaintainer |
---|
8 | description generate IRC statistics from irssi logs |
---|
9 | long_description \ |
---|
10 | This tool generates IRC stats based on irssi logs. |
---|
11 | homepage http://royale.zerezo.com/irssistats/ |
---|
12 | platforms darwin |
---|
13 | master_sites ${homepage} |
---|
14 | checksums md5 f3654fd292220bd9adada7ff6c7f0421 |
---|
15 | |
---|
16 | patch { |
---|
17 | reinplace "s|/etc|${prefix}/etc|" \ |
---|
18 | ${worksrcpath}/irssistats.1 \ |
---|
19 | ${worksrcpath}/irssistats.c \ |
---|
20 | ${worksrcpath}/irssistats.sgml \ |
---|
21 | ${worksrcpath}/sample.configfile |
---|
22 | reinplace "s|/usr|${prefix}|" \ |
---|
23 | ${worksrcpath}/irssistats.1 \ |
---|
24 | ${worksrcpath}/irssistats.sgml |
---|
25 | } |
---|
26 | |
---|
27 | use_configure no |
---|
28 | |
---|
29 | build.target CFLAGS="-O2 -fnested-functions" |
---|
30 | |
---|
31 | destroot.destdir PRE=${destroot}${prefix} |
---|