freebsd-ports/net/coda6_client/Makefile
Edwin Groothuis 85032b7c20 New ports: coda6_server and coda6_client
I've just added the kernel support for Coda 6.x. It would
	be great to have the server and client in the ports collection
	to make it easier for people to experiment with.

PR:		ports/56623
Submitted by:	Tim Robbins <tim@robbins.dropbear.id.au>
2003-09-09 12:35:47 +00:00

19 lines
435 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
CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc
MASTERDIR= ${.CURDIR}/../coda6_server
PKGDIR= ${.CURDIR}
CODA_SUITE= client
.include "${MASTERDIR}/Makefile"