diff options
Diffstat (limited to 'net-im/jabber-aim/Makefile')
-rw-r--r-- | net-im/jabber-aim/Makefile | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/net-im/jabber-aim/Makefile b/net-im/jabber-aim/Makefile deleted file mode 100644 index 1c8c5f8dfaa3..000000000000 --- a/net-im/jabber-aim/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: jabber-aim -# Date created: 14 Apr 2002 -# Whom: Sean Chittenden <seanc@FreeBSD.org> -# -# $FreeBSD$ - -PORTNAME= aim-transport -PORTVERSION= 0.9.24c -CATEGORIES= net -MASTER_SITES= http://download.jabber.org/dists/transports/aim-transport/ -PKGNAMEPREFIX= jabber- -DIST_SUBDIR= jabber - -MAINTAINER= seanc@FreeBSD.org -COMMENT= Jabber AIM Transport module - -BUILD_DEPENDS= ${LOCALBASE}/sbin/jabberd:${PORTSDIR}/net/jabber - -USE_GMAKE= yes -USE_AUTOCONF= yes - -CONFIGURE_ARGS+= --with-jabberd=${PREFIX}/include/jabber - -do-install: - ${INSTALL_DATA} ${WRKSRC}/src/aimtrans.so ${PREFIX}/lib/jabber/ - -post-install: - @cat pkg-message - -.include <bsd.port.mk> |