1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/irc/onis/Makefile
Andrej Zverev 99ad912735 - Convert to new perl framework
- Trim Makefile header
2013-08-03 08:45:51 +00:00

22 lines
395 B
Makefile

# Created by: koji@jet.es
# $FreeBSD$
PORTNAME= onis
PORTVERSION= 0.8.2
CATEGORIES= irc
MASTER_SITES= http://verplant.org/onis/
MAINTAINER= ports@FreeBSD.org
COMMENT= A script that converts IRC logfiles into an HTML statistics page
USES= perl5
NO_BUILD= YES
do-install:
@if [ ! -d ${DATADIR} ]; then \
${MKDIR} ${DATADIR}; \
fi
${CP} -R ${WRKSRC}/* ${DATADIR}/
.include <bsd.port.mk>