mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
7acef1cd7a
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
26 lines
543 B
Makefile
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>
|