forked from Lainports/freebsd-ports
See http://wiki.freebsd.org/Perl for details. - Change maintainership from ports@ to perl@ for ports in this changeset. - Remove MD5 checksum
29 lines
645 B
Makefile
29 lines
645 B
Makefile
# New ports collection makefile for: savelogs
|
|
# Date created: 2004-04-29
|
|
# Whom: ports@c0decafe.net
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= savelogs
|
|
PORTVERSION= 1.94
|
|
CATEGORIES= sysutils perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:SCOTTW
|
|
|
|
MAINTAINER= ports@c0decafe.net
|
|
COMMENT= Save log files in a nice way
|
|
|
|
PERL_CONFIGURE= YES
|
|
MAN1= rotation.1 savelogs.1
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
${MKDIR} ${DOCSDIR}
|
|
${INSTALL_MAN} ${WRKSRC}/FAQ ${DOCSDIR}
|
|
${MKDIR} ${EXAMPLESDIR}
|
|
${INSTALL_MAN} ${WRKSRC}/conf/savelogs.conf.lint ${EXAMPLESDIR}
|
|
.endif
|
|
${INSTALL_MAN} ${WRKSRC}/conf/savelogs.conf.sample ${PREFIX}/etc/
|
|
|
|
.include <bsd.port.mk>
|