freebsd-ports/sysutils/mcron/Makefile
Muhammad Moinur Rahman 56c20b6972
sysutils/mcron: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-26 07:01:54 +01:00

24 lines
469 B
Makefile

PORTNAME= mcron
PORTVERSION= 1.2.3
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= GNU
MAINTAINER= ports@FreeBSD.org
COMMENT= 100% compatible replacement for Vixie cron
WWW= https://www.gnu.org/software/mcron/
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
USES= gmake guile:3.0 pkgconfig
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
TEST_TARGET= check
CONFLICTS_INSTALL= interchange isc-cron # bin/crontab
INFO= mcron
.include <bsd.port.mk>