mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
7d0b5ac265
Approved by: portmgr (blanket)
19 lines
404 B
Makefile
19 lines
404 B
Makefile
PORTNAME= tclvfs
|
|
PORTVERSION= 20080503
|
|
PORTREVISION= 1
|
|
CATEGORIES= 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>
|