aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/ari-yahoo/Makefile
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2003-11-11 03:33:59 +0800
committerkrion <krion@FreeBSD.org>2003-11-11 03:33:59 +0800
commite0b4310c99f9f91a2228dd6f03f4be576986b61d (patch)
tree39ae1f31ec2610fabbc79834ebb33232ad41c6aa /net-im/ari-yahoo/Makefile
parentabcbf1e6d6a4d0d347535f8ad43df220bcd6fd2f (diff)
downloadfreebsd-ports-gnome-e0b4310c99f9f91a2228dd6f03f4be576986b61d.tar.gz
freebsd-ports-gnome-e0b4310c99f9f91a2228dd6f03f4be576986b61d.tar.zst
freebsd-ports-gnome-e0b4310c99f9f91a2228dd6f03f4be576986b61d.zip
- Update to version 1.10
PR: 59130 Submitted by: Ports Fury
Diffstat (limited to 'net-im/ari-yahoo/Makefile')
-rw-r--r--net-im/ari-yahoo/Makefile16
1 files changed, 9 insertions, 7 deletions
diff --git a/net-im/ari-yahoo/Makefile b/net-im/ari-yahoo/Makefile
index 8bc89019f4e7..6ded95f7cfb1 100644
--- a/net-im/ari-yahoo/Makefile
+++ b/net-im/ari-yahoo/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= ari-yahoo
-PORTVERSION= 1.9
+PORTVERSION= 1.10
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -14,13 +14,15 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= A console Yahoo! messenger client
-GNU_CONFIGURE= yes
USE_GMAKE= yes
+USE_AUTOCONF_VER= 253
+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-.include <bsd.port.pre.mk>
+pre-configure:
+ @(cd ${WRKSRC}/libyahoo && ${SETENV} ${AUTOCONF_ENV} ${AUTOCONF} \
+ ${AUTOCONFARGS})
-.if ${OSVERSION} >= 501000
-BROKEN= "Does not compile"
-.endif
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/ari-yahoo ${PREFIX}/bin
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>