aboutsummaryrefslogtreecommitdiff
path: root/net/coda5_doc/Makefile
blob: f12683c6b827c22d23fca69dad38b3e8357565a9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
# New ports collection makefile for:	coda
# Date created:		11 May 1999
# Whom:			Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
#
# $FreeBSD$
#

PORTNAME=	coda-doc
PORTVERSION=	5.2.0.1
CATEGORIES=	net
MASTER_SITES=	ftp://ftp.coda.cs.cmu.edu/pub/coda/doc/
DISTNAME=	coda-doc-5.2.0-1
EXTRACT_SUFX=	.tgz

MAINTAINER=	ijliao@FreeBSD.org
COMMENT=	An experimental, replicated, high-performance network file system

WRKSRC=		${WRKDIR}/usr

MAN1=		cfs.1 \
		clog.1 \
		cmon.1 \
		cpasswd.1 \
		ctokens.1 \
		cunlog.1 \
		filcon.1 \
		hoard.1 \
		mvdb.1 \
		rdsinit.1 \
		repair.1 \
		rvmutl.1 \
		spy.1
MAN3=		histo.3 \
		rds_fake_free.3 \
		rds_free.3 \
		rds_init_heap.3 \
		rds_load_heap.3 \
		rds_malloc.3 \
		rds_prealloc.3 \
		rds_statistics.3 \
		rds_zap_heap.3 \
		rvm_abort_transaction.3 \
		rvm_begin_transaction.3 \
		rvm_create_log.3 \
		rvm_create_segment.3 \
		rvm_end_transaction.3 \
		rvm_flush.3 \
		rvm_initialize.3 \
		rvm_load_segment.3 \
		rvm_map.3 \
		rvm_modify_bytes.3 \
		rvm_print_statistics.3 \
		rvm_query.3 \
		rvm_set_options.3 \
		rvm_set_range.3 \
		rvm_statistics.3 \
		rvm_terminate.3 \
		rvm_truncate.3 \
		rvm_unmap.3 \
		timing.3
MAN5=		backuplogs.5 \
		dumpfile.5 \
		dumplist.5 \
		maxgroupid.5 \
		multicastagents.5 \
		multicastgroups.5 \
		passwd.coda.5 \
		servers.5 \
		vicetab.5 \
		volumelist.5 \
		vrdb.5 \
		vrlist.5 \
		vsgdb.5 \
		vstab.5
MAN8=		au.8 \
		auth2.8 \
		backup.8 \
		bldvldb.8 \
		codasrv.8 \
		createvol.8 \
		createvol_rep.8 \
		initpw.8 \
		merge.8 \
		norton.8  \
		pdbtool.8 \
		purgevol.8 \
		purgevol_rep.8 \
		readdump.8 \
		replay.8 \
		startserver.8 \
		updateclnt.8 \
		updatesrv.8 \
		venus.8 \
		volutil.8 \
		vutil.8

do-build:
	@${ECHO} "At present, Coda documentation is distributed in html, man, ps, and ppt forms"
	@${ECHO} "but documentation source is not available.  It should appear in a release"
	@${ECHO} "or two."

do-install:
	cd ${WRKSRC}; tar cf - man | (cd ${PREFIX}; tar xvf -)
.if !defined(NOPORTDOCS)
	cd ${WRKSRC}; tar cf - doc | (cd ${PREFIX}/share; tar xvf -)
.endif

.include <bsd.port.mk>