blob: 4cf78346e705b348d9b805d19e2423874168bf4f (
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-conference
# Date created: 15 Apr 2002
# Whom: Sean Chittenden <seanc@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= conference
PORTVERSION= 0.4.1
CATEGORIES= net
MASTER_SITES= http://download.jabber.org/dists/1.4/final/old/
PKGNAMEPREFIX= jabber-
DIST_SUBDIR= jabber
MAINTAINER= seanc@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/sbin/jabberd:${PORTSDIR}/net/jabber
USE_GMAKE= yes
CONFIGURE_ARGS+= --with-jabberd=${PREFIX}/include/jabber
post-patch:
@echo "${PREFIX}" > ${WRKSRC}/.prefix-freebsd
do-install:
${INSTALL_DATA} ${WRKSRC}/conference.so ${PREFIX}/lib/jabber/
post-install:
@cat pkg-message
.include <bsd.port.mk>
|