diff options
Diffstat (limited to 'filesystems/tclvfs/Makefile')
-rw-r--r-- | filesystems/tclvfs/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/filesystems/tclvfs/Makefile b/filesystems/tclvfs/Makefile new file mode 100644 index 000000000000..192f2df2af56 --- /dev/null +++ b/filesystems/tclvfs/Makefile @@ -0,0 +1,18 @@ +PORTNAME= tclvfs +PORTVERSION= 20080503 +PORTREVISION= 1 +CATEGORIES= filesystems devel +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/ + +MAINTAINER= tcltk@FreeBSD.org +COMMENT= Tcl VirtualFileSystem layer +WWW= https://sourceforge.net/projects/tclvfs/ + +LIB_DEPENDS= libTrf2.1.4.so:devel/tcl-trf + +USES+= gmake tcl:tea +TCL_PKG= vfs1.3 + +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share + +.include <bsd.port.mk> |