freebsd-ports/net/jabber-yahoo/Makefile
Kirill Ponomarev a9f6551306 - Use USE_ICONV knob
Approved by:	portmgr
2004-03-30 19:56:43 +00:00

31 lines
778 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.1
PORTREVISION= 1
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>