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

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

MAINTAINER=	lukin@okbmei.msk.su

LIB_DEPENDS=	jabber.1:${PORTSDIR}/net/libjabber \
		pth.13:${PORTSDIR}/devel/pth \
		adns.1:${PORTSDIR}/net/adns

USE_LIBTOOL=	yes
INSTALLS_SHLIB=	yes

MAN1=		etherx-config.1

.include <bsd.port.mk>