summaryrefslogtreecommitdiff
path: root/lang/erlang/Makefile
blob: 074365530a1fc8f4c73105028a8800bd5b33e188 (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
# New ports collection makefile for:	erlang
# Version required:	47.4.0
# Date created:		11 Dec 1998
# Whom:			ruslan@shevchenko.kiev.ua
#
# $Id: Makefile,v 1.1.1.1 1998/12/24 18:11:50 flathill Exp $
#

DISTNAME=	erlang-47.4.0.base
PKGNAME=	erlang-47.4.0
CATEGORIES=	lang
MASTER_SITES=	http://www.erlang.org/download/

MAINTAINER=	ruslan@shevchenko.kiev.ua

BROKEN='single fetch site, which is currently behind a routing loop'

WRKSRC=		${WRKDIR}/erlang-47.4.0

USE_GMAKE=	yes
GNU_CONFIGURE=	yes

STRIP=

MAN1PREFIX=	${PREFIX}/lib/erlang
MAN1=	epmd.1 erl.1 erlc.1 erl_call.1 erlsrv.1 start_erl.1 werl.1

MAN3PREFIX=	${PREFIX}/lib/erlang
MAN3=	application.3 auth.3 c.3 calendar.3 code.3 compile.3 \
	dets.3 dict.3 digraph.3 disk_log.3 epp.3 erl_boot_server.3 \
	erl_connect.3 erl_ddll.3 erl_error.3 erl_eterm.3 erl_eval.3 \
	erl_format.3 erl_global.3 erl_id_trans.3 erl_internal.3 erl_lint.3 \
	erl_malloc.3 erl_marshal.3 erl_parse.3 erl_pp.3 erl_prim_loader.3 \
	erl_scan.3 erl_set_memory_block.3 erlang.3 error_handler.3 error_logger.3 \
	ets.3 file.3 filename.3 gen_event.3 gen_fsm.3 gen_server.3 gen_tcp.3 \
	gen_udp.3 global.3 global_group.3 heart.3 inet.3 init.3 io.3 io_lib.3 \
	lib.3 lists.3 log_mf_h.3 math.3 net_adm.3 net_kernel.3 ordsets.3 os.3 pg.3 \
	pg2.3 pool.3 proc_lib.3 queue.3 random.3 regexp.3 registry.3 rpc.3 \
	seq_trace.3 shell.3 shell_default.3 slave.3 string.3  supervisor.3 \
	supervisor_bridge.3 sys.3 tags.3 timer.3 unix.3 user.3 wrap_log_reader.3 \
	yecc.3

MAN4PREFIX=	${PREFIX}/lib/erlang
MAN4=	app.4 config.4

MAN6PREFIX=	${PREFIX}/lib/erlang
MAN6=	kernel.6

NOMANCOMPRESS=	yes

.include <bsd.port.mk>