aboutsummaryrefslogtreecommitdiff
path: root/net-im/ari-yahoo/Makefile
blob: c66ca24bfd59a84885297f8ae982d1ff7b0cb8f6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# New ports collection makefile for:   ari-yahoo
# Date created:        15 November 2000
# Whom:                George Reid <greid@ukug.uk.freebsd.org>
#
# $FreeBSD$
#

PORTNAME=	ari-yahoo
PORTVERSION=	1.10
PORTREVISION=	2
CATEGORIES=	net-im
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}

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

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

pre-configure:
	@(cd ${WRKSRC}/libyahoo && ${SETENV} ${AUTOCONF_ENV} ${AUTOCONF} \
		${AUTOCONFARGS})

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

.include <bsd.port.mk>