mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
245051bca7
Currently, libjabber provides Jabber transports with various library functions. For general information about Jabber, including a quick introduction to Jabber concepts, see the FAQ at WWW: http://docs.jabber.org/ PR: 17980 Submitted by: Kostya Lukin <lukin@okbmei.msk.su>
22 lines
405 B
Makefile
22 lines
405 B
Makefile
# New ports collection makefile for: libjabber
|
|
# Date created: 4 April 2000
|
|
# Whom: Kostya Lukin <lukin@okbmei.msk.su>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libjabber
|
|
PORTVERSION= 0.9
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://download.jabber.org/dists/0.9/final/
|
|
|
|
MAINTAINER= lukin@okbmei.msk.su
|
|
|
|
LIB_DEPENDS= xode.0:${PORTSDIR}/textproc/libxode
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
MAN1= jabber-config.1
|
|
|
|
.include <bsd.port.mk>
|