1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/net-im/jabber/files/patch-ab
Josef Karthauser b1639793f4 * Upgrade jabber from 1.4 to 1.4.1.
* Integate the jabber transports into this port instead of having
  separate ports.  Included are: aim-transport, conference, icq-transport
  irc-transport, jud, msn-transport and yahoo-transport.

Note: The configuration file still needs updating for the new transports.
2001-06-16 14:03:04 +00:00

54 lines
1.6 KiB
Plaintext

--- Makefile.orig Sun Jan 21 05:32:48 2001
+++ Makefile Sat Jun 16 14:40:48 2001
@@ -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,33 @@
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}/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: