aboutsummaryrefslogtreecommitdiff
path: root/net/libjabber/Makefile
blob: fafbc24499f03c95e742d3cc2b49d92190826cf7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:	libjabber
# Date created:			4 April 2000
# Whom:				Kostya Lukin <lukin@okbmei.msk.su>
#
# $FreeBSD$
#

PORTNAME=	libjabber
PORTVERSION=	1.0
CATEGORIES=     net
MASTER_SITES=	http://download.jabber.org/dists/1.0/final/

MAINTAINER=	lukin@okbmei.msk.su

LIB_DEPENDS=	xode.1:${PORTSDIR}/textproc/libxode

USE_LIBTOOL=	yes
INSTALLS_SHLIB=	yes

MAN1=		jabber-config.1

.include <bsd.port.mk>