2005-02-02 01:32:32 +00:00
|
|
|
# New ports collection makefile for: log4sh
|
|
|
|
# Date created: 2005-02-01
|
2007-05-24 23:11:58 +00:00
|
|
|
# Whom: David Thiel <lx@redundancy.redundancy.org>
|
2005-02-02 01:32:32 +00:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= log4sh
|
2007-06-12 04:59:14 +00:00
|
|
|
PORTVERSION= 1.4.2
|
2005-02-02 01:32:32 +00:00
|
|
|
CATEGORIES= devel
|
2009-08-22 00:18:43 +00:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%201.4.X%20%28stable%29/${PORTVERSION}
|
2005-02-02 01:32:32 +00:00
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
2007-05-24 23:11:58 +00:00
|
|
|
MAINTAINER= lx@FreeBSD.org
|
2005-02-02 01:32:32 +00:00
|
|
|
COMMENT= A common logging library for Bourne shell scripts
|
|
|
|
|
|
|
|
PLIST_FILES= lib/log4sh
|
|
|
|
PORTDOCS= log4sh.html
|
|
|
|
|
2006-06-22 00:06:50 +00:00
|
|
|
ALL_TARGET= build
|
|
|
|
|
2005-02-02 01:32:32 +00:00
|
|
|
do-install:
|
2006-06-22 00:06:50 +00:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/src/shell/log4sh ${PREFIX}/lib
|
2005-02-02 01:32:32 +00:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/log4sh.html ${DOCSDIR}
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|