1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/sysutils/mcron/Makefile
Marcus Alves Grando 71bd3e9d5b - Update to 1.0.2
- Update WWW
- Take maintainership
- portlint(1)

PR:		97560
Submitted by:	Stefan Pauly <stefan___fh-mainz.de>
2006-06-11 21:24:33 +00:00

32 lines
694 B
Makefile

# ex:ts=8
# Ports collection makefile for: mcron
# Date created: Dec 17, 2003
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= mcron
PORTVERSION= 1.0.2
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= mcron
MAINTAINER= stefan@fh-mainz.de
COMMENT= A 100% compatible replacement for Vixie cron
BUILD_DEPENDS= guile>=1.6.4:${PORTSDIR}/lang/guile
RUN_DEPENDS= ${BUILD_DEPENDS}
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
MAKEFILE= makefile
INFO= mcron
# replacement only needed for 1.0.2 - 'mkinstalldirs' will be back in 1.0.3
post-patch:
@${REINPLACE_CMD} 's|./mkinstalldirs|${MKDIR}|g' ${WRKSRC}/makefile.in
.include <bsd.port.mk>