diff options
Diffstat (limited to 'net-im/jabber-aim/Makefile')
-rw-r--r-- | net-im/jabber-aim/Makefile | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/net-im/jabber-aim/Makefile b/net-im/jabber-aim/Makefile deleted file mode 100644 index 911f0a3db740..000000000000 --- a/net-im/jabber-aim/Makefile +++ /dev/null @@ -1,32 +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 -PORTREVISION= 1 -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 - -PLIST_FILES= lib/jabber/aimtrans.so -USE_GMAKE= yes -USE_AUTOCONF_VER= 213 - -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> |