aboutsummaryrefslogtreecommitdiff
path: root/net-im/ari-yahoo/Makefile
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2014-04-18 11:17:45 +0000
committerRene Ladan <rene@FreeBSD.org>2014-04-18 11:17:45 +0000
commit8b3c8800eb286d7ad9ba4d8e56c1f94a436e2ca9 (patch)
tree05eb10cc44d61de9b8f970b16f50e25c5a245d53 /net-im/ari-yahoo/Makefile
parentcf14e8bdd746039cc679bf4d0fc205ba4b95a2fb (diff)
Notes
Diffstat (limited to 'net-im/ari-yahoo/Makefile')
-rw-r--r--net-im/ari-yahoo/Makefile30
1 files changed, 0 insertions, 30 deletions
diff --git a/net-im/ari-yahoo/Makefile b/net-im/ari-yahoo/Makefile
deleted file mode 100644
index 8e967da6b5b3..000000000000
--- a/net-im/ari-yahoo/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# Created by: George Reid <greid@ukug.uk.freebsd.org>
-# $FreeBSD$
-
-PORTNAME= ari-yahoo
-PORTVERSION= 1.10
-PORTREVISION= 3
-CATEGORIES= net-im
-MASTER_SITES= SF
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Console Yahoo! messenger client
-
-DEPRECATED= Broken for more than 1 year (http://www.icculus.org/ari-yahoo/)
-EXPIRATION_DATE= 2014-04-18
-
-USES= gmake
-PLIST_FILES= bin/ari-yahoo
-USE_GCC= any
-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 ${STAGEDIR}${PREFIX}/bin
-
-.include <bsd.port.mk>