mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
e662720ff2
Fix build under fresh -CURRENT (gcc 3.4.2). Bump or remove PORTREVISION where it needed.
20 lines
435 B
Makefile
20 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"
|