freebsd-ports/net/jabber/Makefile
Satoshi Asami 7acef1cd7a Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
2000-10-08 10:23:48 +00:00

26 lines
543 B
Makefile

# New ports collection makefile for: jabber-transport
# Date created: 7 April 2000
# Whom: Kostya Lukin <lukin@okbmei.msk.su>
#
# $FreeBSD$
#
PORTNAME= jabber-transport
PORTVERSION= 1.0
CATEGORIES= net
MASTER_SITES= http://download.jabber.org/dists/1.0/final/
MAINTAINER= lukin@okbmei.msk.su
LIB_DEPENDS= etherx.1:${PORTSDIR}/net/libetherx
USE_LIBTOOL= yes
rc=${PREFIX}/etc/rc.d
post-install:
@PREFIX=${PREFIX} ${PERL5} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
@${INSTALL_SCRIPT} ${FILESDIR}/jserver.sh ${rc}
.include <bsd.port.mk>