0036fd14a8
PR: ports/74258, ports/74259 Submitted by: Radim Kolar <hsn(at)netmag.cz> Approved by: maintainer (timeout: 1+ month)
17 lines
391 B
Makefile
17 lines
391 B
Makefile
# New ports collection makefile for: coda6_client
|
|
# Date created: 9 September 2003
|
|
# Whom: Tim Robbins <tim@robbins.dropbear.id.au>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= coda
|
|
PORTVERSION= ${CODA_VERSION}
|
|
|
|
COMMENT= Client programs for a replicated high-performance network file system
|
|
|
|
MASTERDIR= ${.CURDIR}/../coda6_server
|
|
PKGDIR= ${.CURDIR}
|
|
|
|
CODA_SUITE= client
|
|
|
|
.include "${MASTERDIR}/Makefile"
|