blob: e1dd3d9c13b0c96f5d34cc1c22f0f4d8415054fe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: coda-client
# Date created: Mon Oct 18 12:01:27 EDT 1999
# Whom: ???
#
# $FreeBSD$
#
PORTNAME= coda
PORTVERSION= ${CODA_VERSION}
PORTREVISION= 1
MAINTAINER= coda@cs.cmu.edu
COMMENT= Client programs for a replicated high-performance network file system
CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc
MASTERDIR= ${.CURDIR}/../coda5_server
PKGDIR= ${.CURDIR}
CODA_SUITE= client
.include "${MASTERDIR}/Makefile"
|