mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
99ad912735
- Trim Makefile header
22 lines
395 B
Makefile
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>
|