aboutsummaryrefslogtreecommitdiff
path: root/net-im/jabber-jud/Makefile
blob: e51711f3db9d387911b637bf045c5113b76bcae0 (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
25
26
27
28
29
30
31
# New ports collection makefile for:	jabber-jud
# Date created:			14 Apr 2002
# Whom:				Sean Chittenden <seanc@FreeBSD.org>
#
# $FreeBSD$

PORTNAME=	jud
PORTVERSION=	0.4
PORTREVISION=	1
CATEGORIES=	net
MASTER_SITES=	http://download.jabber.org/dists/1.4/final/
PKGNAMEPREFIX=	jabber-
DIST_SUBDIR=	jabber

MAINTAINER=	seanc@FreeBSD.org
COMMENT=	Jabber User Directory module

BUILD_DEPENDS=	${LOCALBASE}/sbin/jabberd:${PORTSDIR}/net/jabber

USE_GMAKE=	yes

post-patch:
	@echo "${PREFIX}" > ${WRKSRC}/.prefix-freebsd

do-install:
	${INSTALL_DATA} ${WRKSRC}/jud.so ${PREFIX}/lib/jabber/

post-install:
	@cat pkg-message

.include <bsd.port.mk>