1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/net/jabber/Makefile
Josef Karthauser ba29ffd681 There are reports of jabber not removing it's pidfile when shutting
down, so remove it by hand just in case.

Submitted by:	Yen-Ming Lee <leeym@bsd.ce.ntu.edu.tw>
2001-03-11 15:40:01 +00:00

28 lines
524 B
Makefile

# 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>