summaryrefslogtreecommitdiff
path: root/net-im/jabber/files/patch-ab
blob: 214993d4645b9dafd45c18788a90b679133a6977 (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
--- Makefile.orig	Sun Jan 21 14:32:48 2001
+++ Makefile	Tue Jan 22 23:55:05 2002
@@ -4,6 +4,15 @@
 include platform-settings
 
 SUBDIRS=pthsock xdb_file dnsrv jsm dialback jabberd
+SUBDIRS+=aim-transport
+SUBDIRS+=conference
+SUBDIRS+=icq-transport
+SUBDIRS+=irc-transport
+SUBDIRS+=jud
+SUBDIRS+=msn-transport
+SUBDIRS+=yahoo-transport
+
+
 
 all: all-recursive
 
@@ -13,8 +22,35 @@
 
 single: single-recursive
 
+LIBDIR=${PREFIX}/lib/jabber
 install:
-	printf "\n\nNo actual make install, you just run it out of the directory!\n"
+	@install -c jabberd/jabberd ${PREFIX}/bin
+	@install -c jabber.xml ${PREFIX}/etc/jabber.xml.sample
+	@install -d ${LIBDIR}/jsm
+	@install -c jsm/jsm.so ${LIBDIR}/jsm
+	@install -d ${LIBDIR}/jud
+	@install -c jud/jud.so ${LIBDIR}/jud
+	@install -d ${LIBDIR}/xdb_file
+	@install -c xdb_file/xdb_file.so ${LIBDIR}/xdb_file
+	@install -d ${LIBDIR}/pthsock
+	@install -c pthsock/pthsock_client.so ${LIBDIR}/pthsock
+	@install -d ${LIBDIR}/dnsrv
+	@install -c dnsrv/dnsrv.so ${LIBDIR}/dnsrv
+	@install -d ${LIBDIR}/dialback
+	@install -c dialback/dialback.so ${LIBDIR}/dialback
+
+	@install -d ${LIBDIR}/aim-transport
+	@install -c aim-transport/src/aimtrans.so ${LIBDIR}/aim-transport
+	@install -d ${LIBDIR}/conference
+	@install -c conference/conference.so ${LIBDIR}/conference
+	@install -d ${LIBDIR}/icq-transport
+	@install -c icq-transport/icqtrans.so ${LIBDIR}/icq-transport
+	@install -d ${LIBDIR}/irc-transport
+	@install -c irc-transport/src/irc_transport.so ${LIBDIR}/irc-transport
+	@install -d ${LIBDIR}/msn-transport
+	@install -c msn-transport/msntrans.so ${LIBDIR}/msn-transport
+	@install -d ${LIBDIR}/yahoo-transport
+	@install -c yahoo-transport/src/yahootrans.so ${LIBDIR}/yahoo-transport
 
 all-local: