Update sysutils/filelight to version 20.04.0
[dports.git] / sysutils / mcron / Makefile
1 # Created by: ijliao
2 # $FreeBSD$
3
4 PORTNAME=       mcron
5 PORTVERSION=    1.0.8
6 PORTREVISION=   3
7 CATEGORIES=     sysutils
8 MASTER_SITES=   GNU
9
10 MAINTAINER=     ports@FreeBSD.org
11 COMMENT=        100% compatible replacement for Vixie cron
12
13 LIB_DEPENDS=    libguile-2.2.so:lang/guile2
14
15 USES=           pkgconfig
16 GNU_CONFIGURE=  yes
17 MAKEFILE=       makefile
18
19 INFO=           mcron
20
21 post-patch:
22         @${REINPLACE_CMD} -e 's,guile-2\.0,guile-2.2,' \
23                 ${WRKSRC}/configure
24
25 .include <bsd.port.mk>