# New ports collection makefile for:   ari-yahoo
# Date created:        15 November 2000
# Whom:                George Reid <greid@ukug.uk.freebsd.org>
#
# $FreeBSD: ports/net-im/ari-yahoo/Makefile,v 1.20 2010/12/04 07:33:03 ade Exp $
#

PORTNAME=	ari-yahoo
PORTVERSION=	1.10
PORTREVISION=	3
CATEGORIES=	net-im
MASTER_SITES=	SF

MAINTAINER=	ports@FreeBSD.org
COMMENT=	A console Yahoo! messenger client

PLIST_FILES=	bin/ari-yahoo
USE_GMAKE=	yes
USE_AUTOTOOLS=	autoconf

pre-configure:
	@${TOUCH} ${WRKSRC}/aclocal.m4 ${WRKSRC}/Makefile.in
	@(cd ${WRKSRC}/libyahoo && ${SETENV} ${AUTOCONF_ENV} ${AUTOCONF} \
		${AUTOCONFARGS})


do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/ari-yahoo ${PREFIX}/bin

.include <bsd.port.mk>
