freebsd-ports/sysutils/logrotate/Makefile
Pav Lucistnik 76b68a5d73 - Update to 3.7.9
PR:		ports/148849
Submitted by:	Balazs Nagy <js@iksz.hu> (maintainer)
2010-08-26 09:20:52 +00:00

33 lines
818 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.9
CATEGORIES= sysutils
MASTER_SITES= https://fedorahosted.org/releases/l/o/logrotate/
DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= js@iksz.hu
COMMENT= Daemon to rotate, compress, remove and mail system log files
LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
PATCH_STRIP= -p1
USE_GMAKE= yes
MAKE_ENV= "BASEDIR=${PREFIX}"
MAN5= logrotate.conf.5
MAN8= logrotate.8
MANCOMPRESSED= no
post-install:
@${MKDIR} ${EXAMPLESDIR}
@${SED} -e 's|__PREFIX__|${PREFIX}|' \
< ${FILESDIR}/logrotate.conf.sample > ${PREFIX}/etc/logrotate.conf.sample
@${INSTALL_DATA} ${FILESDIR}/syslog.sample ${EXAMPLESDIR}
.include <bsd.port.mk>