freebsd-ports/sysutils/anacron/Makefile
Edwin Groothuis 1891fd41b9 New port: anacron
Anacron is a periodic command scheduler.  It executes
	commands at intervals specified in days.  Unlike cron, it
	does not assume that the system is running continuously.
	It can therefore be used to control the execution of daily,
	weekly and monthly jobs (or anything with a period of n
	days), on systems that don't run 24 hours a day.

	Anacron is not an attempt to make cron redundant.

PR:		ports/55959
Submitted by:	Derik van Zuetphen <dz@426.ch>
2003-10-04 00:29:47 +00:00

25 lines
522 B
Makefile

# New ports collection makefile for: anacron
# Date created: 15 Jul 2003
# Whom: Derik van Zuetphen <dz@426.ch>
#
# $FreeBSD$
#
PORTNAME= anacron
PORTVERSION= 2.3
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= anacron
MAINTAINER= dz@426.ch
COMMENT= Schedules periodic jobs on systems that are not permanently up
MAN8= anacron.8
MAN5= anacrontab.5
USE_GMAKE= yes
post-install:
${CAT} pkg-message
${STRIP_CMD} ${PREFIX}/sbin/anacron
.include <bsd.port.mk>