1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/net-im/jabber-jud/Makefile
Sean Chittenden cdf7727744 Drop maintainership of jabber ports. Now using ejabberd and lack interest
in fielding configuration questions for these modules given better available
alternatives.
2006-02-21 08:19:58 +00:00

33 lines
677 B
Makefile

# 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-im
MASTER_SITES= http://download.jabber.org/dists/1.4/final/
PKGNAMEPREFIX= jabber-
DIST_SUBDIR= jabber
MAINTAINER= ports@FreeBSD.org
COMMENT= Jabber User Directory module
BUILD_DEPENDS= ${LOCALBASE}/sbin/jabberd:${PORTSDIR}/net-im/jabber
PLIST_FILES= lib/jabber/jud.so
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>