mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
ad8d42f1ab
The TclVfs project aims to provide an extension to the Tcl language which allows Virtual Filesystems to be built using Tcl scripts only. It is also a repository of such Tcl-implemented filesystems (metakit, zip, ftp, tar, http, webdav, namespace, url) WWW: http://sourceforge.net/projects/tclvfs/
21 lines
446 B
Makefile
21 lines
446 B
Makefile
# Created by: gahr@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= tclvfs
|
|
PORTVERSION= 20080503
|
|
CATEGORIES= devel
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/
|
|
|
|
MAINTAINER= tcltk@FreeBSD.org
|
|
COMMENT= Tcl VirtualFileSystem layer
|
|
|
|
LIB_DEPENDS= libTrf2.1.4.so:${PORTSDIR}/devel/tcl-trf
|
|
|
|
USES+= gmake tcl
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+=--with-tcl=${TCL_LIBDIR} \
|
|
--prefix=${PREFIX} \
|
|
-exec-prefix=${PREFIX}
|
|
|
|
.include <bsd.port.mk>
|