1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/sysutils/logrotate/Makefile
Pav Lucistnik 2b329fc732 - Fix bug: prerotate and postrotate scripts don't get the logfile name to be
rotated
- Raise portrevision

PR:		ports/67978
Submitted by:	Balázs Nagy <js@iksz.hu> (maintainer)
2004-06-16 19:37:24 +00:00

40 lines
1023 B
Makefile

# New ports collection makefile for: logrotate
# Date Created: 29 Dec 1999
# Whom: Yuan-Chen Cheng <ycheng@sinica.edu.tw>
#
# $FreeBSD$
#
PORTNAME= logrotate
PORTVERSION= 3.7
PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL}
MASTER_SITE_SUBDIR= l/logrotate
DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
PATCH_SITES= ${MASTER_SITES}
PATCH_SITE_SUBDIR= ${MASTER_SITE_SUBDIR}
PATCHFILES= ${PORTNAME}_${PORTVERSION}-1.diff.gz
MAINTAINER= js@iksz.hu
COMMENT= Daemon to rotate, compress, remove and mail system log files
LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
USE_GMAKE= yes
MAKE_ENV= "BASEDIR=${PREFIX}"
PATCH_WRKSRC= ${WRKDIR}
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
MAN8= logrotate.8
MANCOMPRESSED= no
post-install:
@${MKDIR} ${PREFIX}/etc/logrotate.d
@${SED} -e 's|__PREFIX__|${PREFIX}|' \
< ${FILESDIR}/logrotate.conf.sample > ${PREFIX}/etc/logrotate.conf.sample
@${INSTALL_DATA} ${FILESDIR}/syslog.sample ${PREFIX}/etc/logrotate.d/
.include <bsd.port.mk>