mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
cdf7727744
in fielding configuration questions for these modules given better available alternatives.
33 lines
677 B
Makefile
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>
|