aboutsummaryrefslogtreecommitdiff
path: root/net/coda6_server/Makefile
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2004-12-29 17:36:19 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2004-12-29 17:36:19 +0000
commit0036fd14a8dfdcb4dbf1a586204b2b46fceefe01 (patch)
treef60a81eb05d1eeeba7eb6ea66ede4cfdd5ddccf3 /net/coda6_server/Makefile
parentc572cbb7c205acfc3ab18d75f4f78e2f9b501735 (diff)
downloadports-0036fd14a8dfdcb4dbf1a586204b2b46fceefe01.tar.gz
ports-0036fd14a8dfdcb4dbf1a586204b2b46fceefe01.zip
- Update to 6.0.7
PR: ports/74258, ports/74259 Submitted by: Radim Kolar <hsn(at)netmag.cz> Approved by: maintainer (timeout: 1+ month)
Notes
Notes: svn path=/head/; revision=125449
Diffstat (limited to 'net/coda6_server/Makefile')
-rw-r--r--net/coda6_server/Makefile16
1 files changed, 12 insertions, 4 deletions
diff --git a/net/coda6_server/Makefile b/net/coda6_server/Makefile
index c9ec5c360c8a..ebbfb27f0f7c 100644
--- a/net/coda6_server/Makefile
+++ b/net/coda6_server/Makefile
@@ -14,8 +14,7 @@ DISTNAME= coda-${PORTVERSION}
MAINTAINER?= tim@robbins.dropbear.id.au
COMMENT= Server programs for a replicated high-performance network file system
-LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm \
- lwp.2:${PORTSDIR}/devel/lwp \
+LIB_DEPENDS= lwp.2:${PORTSDIR}/devel/lwp \
rpc2.6:${PORTSDIR}/devel/rpc2 \
rvm.3:${PORTSDIR}/devel/rvm
@@ -26,10 +25,19 @@ INSTALL_TARGET= ${CODA_SUITE}-install
GNU_CONFIGURE= yes
USE_GMAKE= yes
-CONFIGURE_ARGS?= --sysconfdir=${PREFIX}/etc/rc.d
CODA_SUITE?= server
-CODA_VERSION?= 6.0.6
+CODA_VERSION?= 6.0.7
+
+.if ${CODA_SUITE} == server
+MAN5= vicetab.5 passwd.coda.5
+MAN8= pdbtool.8 auth2.8 initpw.8 norton.8
+.else
+MAN1= clog.1 cpasswd.1 ctokens.1 cunlog.1 \
+ repair.1 cfs.1 cmon.1 coda_replay.1 \
+ hoard.1 spy.1
+MAN8= au.8 venus.8
+.endif
.include <bsd.port.pre.mk>