blob: 11c8a12b21320ff952c55608e99851f7ded140b8 (
plain)
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
|
# $NetBSD: Makefile.versions,v 1.6 2008/01/04 14:05:05 ghen Exp $
ERLANG_VERSION= 12.0
DIST_VERSION_MAJOR= R12B
DIST_VERSION_MINOR= 0
_VERSIONS= \
appmon 2.1.9 \
asn1 1.5 \
common_test 1.3.0 \
compiler 4.5 \
cosEvent 2.1.2 \
cosEventDomain 1.1.2 \
cosFileTransfer 1.1.4 \
cosNotification 1.1.6 \
cosProperty 1.1.5 \
cosTime 1.1.2 \
cosTransactions 1.2.3 \
crypto 1.5.1.1 \
debugger 3.1.1.1 \
dialyzer 1.7.1 \
docbuilder 0.9.7 \
edoc 0.7.4 \
erl_interface 3.5.5.3 \
erts 5.6 \
et 1.3 \
gs 1.5.7 \
hipe 3.6.4 \
ic 4.2.16 \
inets 5.0 \
inviso 0.6 \
jinterface 1.4 \
kernel 2.12 \
megaco 3.7 \
mnesia 4.4 \
observer 0.9.7.4 \
odbc 2.0.9 \
orber 3.6.8 \
os_mon 2.1.3 \
otp_mibs 1.0.4.1 \
parsetools 1.4.2 \
percept 0.5.0 \
pman 2.6 \
runtime_tools 1.7 \
sasl 2.1.5.2 \
snmp 4.10 \
ssh 0.9.9.3 \
ssl 3.9 \
stdlib 1.15 \
syntax_tools 1.5.3 \
test_server 3.2.0 \
toolbar 1.3.0.1 \
tools 2.6 \
tv 2.1.4.1 \
typer 0.1.1 \
webtool 0.8.3.2 \
xmerl 1.1.6
PLIST_SUBST+= VERSION=${DIST_VERSION_MAJOR}
.for name version in ${_VERSIONS}
VERSION.${name}=${version}
PLIST_SUBST+= VERSION.${name}=${version}
.endfor
|