blob: 86aef64db5b4892bdf609abbc7382354100603a0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: irssistats
# Date created: 14 Feb 2004
# Whom: Travis Poppe <tlp@liquidx.org>
#
# $FreeBSD$
#
PORTNAME= irssistats
PORTVERSION= 0.51
CATEGORIES= irc
MASTER_SITES= http://royale.zerezo.com/irssistats/
MAINTAINER= tlp@liquidx.org
COMMENT= Generate IRC statistics based on irssi logs
USE_REINPLACE= yes
post-patch:
@${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},' ${WRKSRC}/Makefile
.include <bsd.port.mk>
|