mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
e662720ff2
Fix build under fresh -CURRENT (gcc 3.4.2). Bump or remove PORTREVISION where it needed.
24 lines
482 B
Makefile
24 lines
482 B
Makefile
# 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= 2
|
|
|
|
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}
|
|
LATEST_LINK= coda5-client
|
|
|
|
CODA_SUITE= client
|
|
|
|
.include "${MASTERDIR}/Makefile"
|