forked from Lainports/freebsd-ports
25 lines
588 B
Makefile
25 lines
588 B
Makefile
# Ports collection makefile for: pear-Log
|
|
# Date created: 22 October 2002
|
|
# Whom: Thierry Thomas (<thierry@pompo.net>)
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Log
|
|
PORTVERSION= 1.7.1
|
|
CATEGORIES= sysutils www
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= PEAR logging utilities
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${.CURDIR}/../../devel/pear-PEAR/Makefile.common"
|
|
|
|
do-install:
|
|
@${CP} -Rp ${WRKSRC}/* ${PEARDIR}
|
|
@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PEARDIR}/${PORTNAME}*
|
|
|
|
.include <bsd.port.post.mk>
|