1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/net/libetherx/Makefile
Steve Price 3fdb725a98 Adding libetherx version 0.9.
Originally, the etherx daemon routed XML streams among agents.
Now the etherx daemon has morphed into a library that allows any agent
to become the daemon if the daemon is not found.

You can learn more about Etherx at
WWW: http://etherx.jabber.org/

PR:		17981
Submitted by:	Kostya Lukin <lukin@okbmei.msk.su>
2000-05-01 03:22:27 +00:00

24 lines
469 B
Makefile

# New ports collection makefile for: libetherx
# Date created: 4 April 2000
# Whom: Kostya Lukin <lukin@okbmei.msk.su>
#
# $FreeBSD$
#
PORTNAME= libetherx
PORTVERSION= 0.9
CATEGORIES= net
MASTER_SITES= http://download.jabber.org/dists/0.9/final/
MAINTAINER= lukin@okbmei.msk.su
LIB_DEPENDS= jabber.0:${PORTSDIR}/net/libjabber \
pth.13:${PORTSDIR}/devel/pth \
adns.0:${PORTSDIR}/net/adns
USE_LIBTOOL= yes
MAN1= etherx-config.1
.include <bsd.port.mk>