mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
d3fbddc569
With hat: portmgr
33 lines
681 B
Makefile
33 lines
681 B
Makefile
# New ports collection makefile for: savelogs
|
|
# Date created: 2004-04-29
|
|
# Whom: ports@c0decafe.net
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= savelogs
|
|
PORTVERSION= 1.97
|
|
CATEGORIES= sysutils perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:SCOTTW
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Save log files in a nice way
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN1= rotation.1 savelogs.1
|
|
|
|
post-install:
|
|
${INSTALL_MAN} ${WRKSRC}/conf/savelogs.conf.sample ${PREFIX}/etc/
|
|
.if !defined(NOPORTDOCS)
|
|
${MKDIR} ${DOCSDIR}
|
|
${INSTALL_MAN} ${WRKSRC}/FAQ ${DOCSDIR}
|
|
.endif
|
|
.if !defined(NOPORTEXAMPLES)
|
|
${MKDIR} ${EXAMPLESDIR}
|
|
${INSTALL_MAN} ${WRKSRC}/conf/savelogs.conf.lint ${EXAMPLESDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|