2006-08-06 05:34:08 +02:00
|
|
|
# New ports collection makefile for: bsdstats
|
|
|
|
# Date created: 5 August 2006
|
|
|
|
# Whom: Marc G. Fournier <scrappy@freebsd.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= bsdstats
|
2006-08-09 18:54:30 +02:00
|
|
|
PORTVERSION= 2.2
|
2006-08-09 20:36:15 +02:00
|
|
|
PORTREVISION= 1
|
2006-08-06 05:34:08 +02:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
DISTFILES=
|
|
|
|
|
|
|
|
MAINTAINER= scrappy@freebsd.org
|
|
|
|
COMMENT= Monthly script for reporting anonymous statistics about your machine
|
|
|
|
|
|
|
|
NO_BUILD= yes
|
|
|
|
PLIST_FILES= etc/periodic/monthly/300.statistics
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${MKDIR} ${LOCALBASE}/etc/periodic/monthly
|
|
|
|
${CP} ${FILESDIR}/300.statistics ${LOCALBASE}/etc/periodic/monthly
|
|
|
|
post-install:
|
2006-08-08 04:17:35 +02:00
|
|
|
${CAT} ${PKGMESSAGE}
|
2006-08-06 05:34:08 +02:00
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|