freebsd-ports/devel/pear-VFS/Makefile
Eitan Adler c59a3834c4 At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
2012-01-21 17:40:15 +00:00

37 lines
952 B
Makefile

# Ports collection makefile for: pear-VFS
# Date created: 04 April 2004
# Whom: Thierry Thomas (<thierry@FreeBSD.org>)
#
# $FreeBSD$
#
PORTNAME= VFS
PORTVERSION= 0.3.0
CATEGORIES= devel pear
MAINTAINER= ports@FreeBSD.org
COMMENT= PEAR Virtual File System API
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
${PEARDIR}/Log/null.php:${PORTSDIR}/sysutils/pear-Log
RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_PHP= gettext
FILES= VFS.php VFS/Browser.php VFS/GC.php VFS/ListItem.php \
VFS/Object.php VFS/file.php VFS/ftp.php VFS/horde.php \
VFS/kolab.php \
VFS/musql.php VFS/sql.php VFS/sql_file.php VFS/smb.php \
VFS/ssh2.php
DATA= muvfs.sql vfs.oci8.sql vfs.pgsql.sql vfs.sql
_DATADIR= data/VFS
SCRIPTFILES= vfs.php
post-patch:
@${MV} ${WRKSRC}/scripts/VFS/vfs.php ${WRKSRC}/pear-vfs.php
@${MV} ${WRKSRC}/lib/* ${WRKSRC}
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>