mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
0036fd14a8
PR: ports/74258, ports/74259 Submitted by: Radim Kolar <hsn(at)netmag.cz> Approved by: maintainer (timeout: 1+ month)
18 lines
391 B
Makefile
18 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"
|