1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/net-im/jabber-yahoo/Makefile
Volker Stolz 1a92a66fb1 Update to 2.3.2
PR:		ports/68714
Submitted by:	Martijn Lina
2004-07-06 09:58:18 +00:00

31 lines
762 B
Makefile

# New ports collection makefile for: jabber-yahoo
# Date created: 12 Oct 2002
# Whom: Nick Sayer <nsayer@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= yahoo
PORTVERSION= 2.3.2
CATEGORIES= net
MASTER_SITES= http://www.jabberstudio.org/files/yahoo-transport-2/
PKGNAMEPREFIX= jabber-
DISTNAME= yahoo-transport-${PORTVERSION}
DIST_SUBDIR= jabber
MAINTAINER= ports@FreeBSD.org
COMMENT= Jabber Yahoo Transport module
BUILD_DEPENDS= ${LOCALBASE}/sbin/jabberd:${PORTSDIR}/net/jabber
USE_GNOME= glib12
USE_GMAKE= yes
USE_ICONV= yes
WRKSRC= ${WRKDIR}/yahoo-transport-${PORTVERSION}
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>