freebsd-ports/irc/irssistats/Makefile
Kirill Ponomarev 91c1053d41 - Update to version 0.6
PR:		ports/65172
Submitted by:	maintainer
2004-04-04 21:48:01 +00:00

21 lines
449 B
Makefile

# New ports collection makefile for: irssistats
# Date created: 14 Feb 2004
# Whom: Travis Poppe <tlp@liquidx.org>
#
# $FreeBSD$
#
PORTNAME= irssistats
PORTVERSION= 0.6
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|/usr/local|${PREFIX}|g' ${WRKSRC}/Makefile
.include <bsd.port.mk>