2004-04-04 19:38:57 +02:00
|
|
|
# Ports collection makefile for: pear-VFS
|
|
|
|
# Date created: 04 April 2004
|
|
|
|
# Whom: Thierry Thomas (<thierry@FreeBSD.org>)
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= VFS
|
2007-04-29 15:41:40 +02:00
|
|
|
PORTVERSION= 0.1.0
|
2007-06-11 16:17:09 +02:00
|
|
|
PORTREVISION= 1
|
2004-04-04 19:38:57 +02:00
|
|
|
CATEGORIES= devel pear
|
|
|
|
|
2007-04-29 15:41:40 +02:00
|
|
|
MAINTAINER= bg1tpt@gmail.com
|
2004-04-04 19:38:57 +02:00
|
|
|
COMMENT= PEAR Virtual File System API
|
|
|
|
|
2005-12-09 20:24:52 +01:00
|
|
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
|
2007-06-11 16:17:09 +02:00
|
|
|
${PEARDIR}/Log/null.php:${PORTSDIR}/sysutils/pear-Log
|
2004-04-04 19:38:57 +02:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
2005-10-06 00:09:09 +02:00
|
|
|
USE_PHP= gettext
|
2004-04-04 19:38:57 +02:00
|
|
|
|
2005-10-06 00:09:09 +02:00
|
|
|
FILES= VFS.php VFS/Browser.php VFS/GC.php VFS/ListItem.php \
|
|
|
|
VFS/Object.php VFS/file.php VFS/ftp.php VFS/musql.php \
|
2007-04-29 15:41:40 +02:00
|
|
|
VFS/sql.php VFS/sql_file.php VFS/smb.php VFS/ssh2.php
|
2005-10-06 00:09:09 +02:00
|
|
|
DATA= muvfs.sql vfs.oci8.sql vfs.pgsql.sql vfs.sql
|
|
|
|
SCRIPTFILES= vfs.php
|
2004-04-04 19:38:57 +02:00
|
|
|
|
2005-10-06 00:09:09 +02:00
|
|
|
post-patch:
|
|
|
|
@${MV} ${WRKSRC}/scripts/vfs.php ${WRKSRC}/pear-vfs.php
|
2004-04-04 19:38:57 +02:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
2005-12-09 20:24:52 +01:00
|
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
2004-04-04 19:38:57 +02:00
|
|
|
.include <bsd.port.post.mk>
|