aboutsummaryrefslogtreecommitdiffstats
path: root/filesystems/tclvfs/Makefile
blob: 192f2df2af568d1b2f77ca28186c5ceaaa5549f9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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>