f2c380cf26
PR: 18737 Submitted by: Mario Sergio Fujikawa Ferreira <lioux@uol.com.br>
19 lines
336 B
Makefile
19 lines
336 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}
|
|
|
|
CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc
|
|
|
|
MASTERDIR= ${.CURDIR}/../coda5_server
|
|
PKGDIR= ${.CURDIR}/pkg
|
|
|
|
CODA_SUITE= client
|
|
|
|
.include "${MASTERDIR}/Makefile"
|