2000-12-17 03:42:48 +01:00
|
|
|
# New ports collection makefile for: ari-yahoo
|
|
|
|
# Date created: 15 November 2000
|
|
|
|
# Whom: George Reid <greid@ukug.uk.freebsd.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ari-yahoo
|
2003-11-10 20:33:59 +01:00
|
|
|
PORTVERSION= 1.10
|
2004-02-04 06:10:27 +01:00
|
|
|
PORTREVISION= 1
|
2005-11-09 08:48:19 +01:00
|
|
|
CATEGORIES= net-im
|
2001-01-20 22:03:20 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2000-12-17 03:42:48 +01:00
|
|
|
|
2003-11-03 08:28:44 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A console Yahoo! messenger client
|
2000-12-17 03:42:48 +01:00
|
|
|
|
2004-02-05 21:38:07 +01:00
|
|
|
PLIST_FILES= bin/ari-yahoo
|
2000-12-17 03:42:48 +01:00
|
|
|
USE_GMAKE= yes
|
2005-11-15 07:52:12 +01:00
|
|
|
USE_AUTOTOOLS= autoconf:253
|
2005-04-12 05:26:56 +02:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2000-12-17 03:42:48 +01:00
|
|
|
|
2003-11-10 20:33:59 +01:00
|
|
|
pre-configure:
|
|
|
|
@(cd ${WRKSRC}/libyahoo && ${SETENV} ${AUTOCONF_ENV} ${AUTOCONF} \
|
|
|
|
${AUTOCONFARGS})
|
2003-10-16 04:26:47 +02:00
|
|
|
|
2003-11-10 20:33:59 +01:00
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/ari-yahoo ${PREFIX}/bin
|
2003-10-16 04:26:47 +02:00
|
|
|
|
2003-11-10 20:33:59 +01:00
|
|
|
.include <bsd.port.mk>
|