mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-30 21:49:25 +00:00
22 lines
397 B
Makefile
22 lines
397 B
Makefile
# New ports collection makefile for: libjabber
|
|
# Date created: 4 April 2000
|
|
# Whom: Kostya Lukin <lukin@okbmei.msk.su>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libjabber
|
|
PORTVERSION= 1.2
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://download.jabber.org/dists/1.2/
|
|
|
|
MAINTAINER= lukin@okbmei.msk.su
|
|
|
|
LIB_DEPENDS= xode.2:${PORTSDIR}/textproc/libxode
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= jabber-config.1
|
|
|
|
.include <bsd.port.mk>
|