aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/jabber/Makefile
blob: cb8e873d8c23b0986321d020eb634e7e47583d7a (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
# New ports collection makefile for:    jabber
# Date created:         5 February 2001
# Whom:             joe
#
# $FreeBSD$
#

PORTNAME=   jabber
PORTVERSION=    1.4
PORTREVISION=   1
CATEGORIES= net
MASTER_SITES=   http://download.jabber.org/dists/1.4/final/

MAINTAINER= joe@FreeBSD.org

BUILD_DEPENDS=  pth-config:${PORTSDIR}/devel/pth

GNU_CONFIGURE=  yes
USE_GMAKE=  yes

rc=${PREFIX}/etc/rc.d

post-install:
    @PREFIX=${PREFIX} ${PERL5} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
    @${INSTALL_SCRIPT} ${FILESDIR}/jabberd.sh ${rc}

.include <bsd.port.mk>