mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
878c790879
An online presence and instant messaging server. The Jabber transport (jserver) is a daemon for Jabber clients to connect and communicate with. PR: 17982 Submitted by: Kostya Lukin <lukin@okbmei.msk.su>
20 lines
390 B
Makefile
20 lines
390 B
Makefile
# New ports collection makefile for: jabber-transport
|
|
# Date created: 7 April 2000
|
|
# Whom: Kostya Lukin <lukin@okbmei.msk.su>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= jabber-transport
|
|
PORTVERSION= 0.9
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://download.jabber.org/dists/0.9/final/
|
|
|
|
MAINTAINER= lukin@okbmei.msk.su
|
|
|
|
LIB_DEPENDS= etherx.0:${PORTSDIR}/net/libetherx
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
.include <bsd.port.mk>
|