freebsd-ports/net-im/ari-yahoo/Makefile

31 lines
703 B
Makefile
Raw Normal View History

# 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= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= A console Yahoo! messenger client
2004-02-05 21:38:07 +01:00
PLIST_FILES= bin/ari-yahoo
USE_GMAKE= yes
USE_AUTOCONF_VER= 253
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
pre-configure:
@(cd ${WRKSRC}/libyahoo && ${SETENV} ${AUTOCONF_ENV} ${AUTOCONF} \
${AUTOCONFARGS})
2003-10-16 04:26:47 +02:00
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ari-yahoo ${PREFIX}/bin
2003-10-16 04:26:47 +02:00
.include <bsd.port.mk>