mirror of
https://git.freebsd.org/ports.git
synced 2025-06-11 15:50:33 -04:00
16 lines
332 B
Makefile
16 lines
332 B
Makefile
# Created by: gahr@FreeBSD.org
|
|
|
|
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:devel/tcl-trf
|
|
|
|
USES+= gmake tcl:tea
|
|
TCL_PKG= vfs1.3
|
|
|
|
.include <bsd.port.mk>
|