aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/anacron/Makefile
blob: 7f534db44fb51396572e805cc9c04e8132484acc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:   anacron
# Date created:        15 Jul 2003
# Whom:                Derik van Zuetphen <dz@426.ch>
#
# $FreeBSD$
#

PORTNAME=   anacron
PORTVERSION=    2.3
PORTREVISION=   1
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>