blob: f5c694e1a5bf14491fa0e7c778183700594c4fa0 (
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
|
# New ports collection makefile for: jabber
# Date created: 5 February 2001
# Whom: joe
#
# $FreeBSD$
#
PORTNAME= jabber
PORTVERSION= 1.4
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>
|