2002-10-12 14:37:51 +00:00
|
|
|
# New ports collection makefile for: jabber-yahoo
|
|
|
|
# Date created: 12 Oct 2002
|
|
|
|
# Whom: Nick Sayer <nsayer@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= yahoo
|
2003-04-05 21:46:22 +00:00
|
|
|
PORTVERSION= 2.1.1
|
2002-10-12 14:37:51 +00:00
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= http://yahoo-transport-2.jabberstudio.org/
|
|
|
|
PKGNAMEPREFIX= jabber-
|
|
|
|
DISTNAME= yahoo-t-${PORTVERSION}
|
|
|
|
DIST_SUBDIR= jabber
|
|
|
|
|
2002-10-21 02:31:08 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 19:00:52 +00:00
|
|
|
COMMENT= Jabber Yahoo Transport module
|
2002-10-12 14:37:51 +00:00
|
|
|
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/sbin/jabberd:${PORTSDIR}/net/jabber
|
|
|
|
LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv
|
|
|
|
|
2003-04-05 21:02:35 +00:00
|
|
|
USE_GNOME= glib12
|
2002-10-12 14:37:51 +00:00
|
|
|
USE_GMAKE= yes
|
|
|
|
|
2002-10-18 20:27:39 +00:00
|
|
|
WRKSRC= ${WRKDIR}/yahoo-transport-2
|
|
|
|
|
2002-10-12 14:37:51 +00:00
|
|
|
do-install:
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/yahoo-transport.so ${PREFIX}/lib/jabber/
|
2002-10-12 17:53:49 +00:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/yahoo-jabber.xml ${PREFIX}/etc/yahoo-jabber.xml.sample
|
2002-10-12 14:37:51 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|