diff options
Diffstat (limited to 'net-im/jabber-yahoo/Makefile')
-rw-r--r-- | net-im/jabber-yahoo/Makefile | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/net-im/jabber-yahoo/Makefile b/net-im/jabber-yahoo/Makefile deleted file mode 100644 index 5b1cd3abbed2..000000000000 --- a/net-im/jabber-yahoo/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: jabber-yahoo -# Date created: 12 Oct 2002 -# Whom: Nick Sayer <nsayer@FreeBSD.org> -# -# $FreeBSD$ - -PORTNAME= yahoo -PORTVERSION= 2.2.0 -CATEGORIES= net -MASTER_SITES= http://www.jabberstudio.org/files/yahoo-transport-2/ -PKGNAMEPREFIX= jabber- -DISTNAME= yahoo-t-${PORTVERSION} -DIST_SUBDIR= jabber - -MAINTAINER= ports@FreeBSD.org -COMMENT= Jabber Yahoo Transport module - -BUILD_DEPENDS= ${LOCALBASE}/sbin/jabberd:${PORTSDIR}/net/jabber -LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv - -USE_GNOME= glib12 -USE_GMAKE= yes - -WRKSRC= ${WRKDIR}/yahoo-transport-2 - -do-install: - ${INSTALL_DATA} ${WRKSRC}/yahoo-transport.so ${PREFIX}/lib/jabber/ - ${INSTALL_DATA} ${WRKSRC}/yahoo-jabber.xml ${PREFIX}/etc/yahoo-jabber.xml.sample - -.include <bsd.port.mk> |