diff options
Diffstat (limited to 'net-im/jabber/Makefile')
-rw-r--r-- | net-im/jabber/Makefile | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/net-im/jabber/Makefile b/net-im/jabber/Makefile deleted file mode 100644 index cb8e873d8c23..000000000000 --- a/net-im/jabber/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# 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> |