1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
freebsd-ports/sysutils/anacron/Makefile
Sergey Matveychuk 81063db1fa Fix compiling with gcc 3.4
PR:		ports/71099
Submitted by:	maintainer
2004-08-29 14:21:27 +00:00

27 lines
538 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
PORTREVISION= 2
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>