freebsd-ports/sysutils/fcron/Makefile
Ying-Chieh Liao 27eb7dab43 upgrade to 2.0.0
PR:		31153
Submitted by:	Jerry A! <jerry@thehutt.org>
2001-10-09 07:54:23 +00:00

43 lines
960 B
Makefile

# ex:ts=8
# New ports collection makefile for: fcron
# Date created: Mar 1, 2001
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= fcron
PORTVERSION= 2.0.0
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
http://fcron.free.fr/
MASTER_SITE_SUBDIR= system/daemons/cron
DISTNAME= ${PORTNAME}-${PORTVERSION}.src
MAINTAINER= ports@FreeBSD.org
USE_AUTOCONF= yes
CONFIGURE_ARGS= --with-etcdir=${PREFIX}/etc --with-cflags="${CFLAGS}" \
--with-rootname=root --with-rootgroup=wheel \
--with-answer-all=yes
.if !defined(NOPORTDOCS)
CONFIGURE_ARGS+= --with-docdir=${DOCSDIR}
PLIST_SUB= PORTVERSION=${PORTVERSION}
.endif
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
MAN1= fcrontab.1
MAN3= bitstring.3
MAN5= fcrontab.5 fcron.conf.5
MAN8= fcron.8
post-install:
.for i in allow deny conf
.if !exists(${PREFIX}/etc/fcron.$i)
@${CP} -p ${PREFIX}/etc/fcron.$i.dist ${PREFIX}/etc/fcron.$i
.endif
.endfor
.include <bsd.port.mk>