a02df25c27
- Remove no longer exist core.inec.ru from MASTER_SITES list - R.I.P
28 lines
691 B
Makefile
28 lines
691 B
Makefile
# New ports collection makefile for: irssistats
|
|
# Date created: 14 Feb 2004
|
|
# Whom: Travis Poppe <tlp@liquidx.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= irssistats
|
|
PORTVERSION= 0.70
|
|
CATEGORIES= irc
|
|
MASTER_SITES= http://royale.zerezo.com/irssistats/
|
|
|
|
MAINTAINER= az@FreeBSD.org
|
|
COMMENT= Generate IRC statistics based on irssi logs
|
|
|
|
MAKE_ARGS+= DATADIR="${DATADIR}" DOCSDIR="${DOCSDIR}" EXAMPLESDIR="${EXAMPLESDIR}" PREFIX="${PREFIX}" \
|
|
CC="${CC}" CFLAGS="${CFLAGS}"
|
|
|
|
MAN1= irssistats.1
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|/etc/irssistats.conf|${PREFIX}/etc/irssistats.conf|g' ${WRKSRC}/irssistats.c
|
|
|
|
.if defined(NOPORTDOCS)
|
|
MAKE_ARGS+= NOPORTDOCS="${NOPORTDOCS}"
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|