pkgsrc-wip/erlang/Makefile.versions
Aleksej Saushev 5ea6f6b619 Update to R12B-3.
Among update this solves DESTDIR problem.
Add rudimentary test target support.
2008-08-20 00:22:53 +00:00

64 lines
1.3 KiB
Makefile

# $NetBSD: Makefile.versions,v 1.2 2008/08/20 00:22:53 asau Exp $
ERLANG_VERSION= 12.3
DIST_VERSION_MAJOR= R12B
DIST_VERSION_MINOR= 3
_VERSIONS= \
appmon 2.1.9 \
asn1 1.5.2 \
common_test 1.3.2 \
compiler 4.5.3 \
cosEvent 2.1.3 \
cosEventDomain 1.1.3 \
cosFileTransfer 1.1.5 \
cosNotification 1.1.7 \
cosProperty 1.1.6 \
cosTime 1.1.3 \
cosTransactions 1.2.4 \
crypto 1.5.2 \
debugger 3.1.1.3 \
dialyzer 1.8.1 \
docbuilder 0.9.8.4 \
edoc 0.7.6 \
erl_interface 3.5.7 \
erts 5.6.3 \
et 1.3 \
gs 1.5.9 \
hipe 3.6.7 \
ic 4.2.18 \
inets 5.0.9 \
inviso 0.6 \
jinterface 1.4 \
kernel 2.12.3 \
megaco 3.8 \
mnesia 4.4.3 \
observer 0.9.7.4 \
odbc 2.0.10 \
orber 3.6.9 \
os_mon 2.1.6 \
otp_mibs 1.0.4.1 \
parsetools 1.4.5 \
percept 0.7.2 \
pman 2.6 \
runtime_tools 1.7.2 \
sasl 2.1.5.3 \
snmp 4.11 \
ssh 0.9.9.6 \
ssl 3.9 \
stdlib 1.15.3 \
syntax_tools 1.5.5 \
test_server 3.2.2 \
toolbar 1.3.0.1 \
tools 2.6.1 \
tv 2.1.4.2 \
typer 0.1.3 \
webtool 0.8.3.2 \
xmerl 1.1.9
PLIST_SUBST+= VERSION=${DIST_VERSION_MAJOR}
.for name version in ${_VERSIONS}
VERSION.${name}=${version}
PLIST_SUBST+= VERSION.${name}=${version}
.endfor