diff options
-rw-r--r-- | net-im/ari-yahoo/Makefile | 16 | ||||
-rw-r--r-- | net-im/ari-yahoo/distinfo | 2 | ||||
-rw-r--r-- | net/ari-yahoo/Makefile | 16 | ||||
-rw-r--r-- | net/ari-yahoo/distinfo | 2 |
4 files changed, 20 insertions, 16 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> diff --git a/net-im/ari-yahoo/distinfo b/net-im/ari-yahoo/distinfo index 8e60a9cd6a2f..2d81182fb327 100644 --- a/net-im/ari-yahoo/distinfo +++ b/net-im/ari-yahoo/distinfo @@ -1 +1 @@ -MD5 (ari-yahoo-1.9.tar.gz) = cbf368ed16a137203d6212aa85cc6eae +MD5 (ari-yahoo-1.10.tar.gz) = a4c1383fb56d4950454789611ab3b326 diff --git a/net/ari-yahoo/Makefile b/net/ari-yahoo/Makefile index 8bc89019f4e7..6ded95f7cfb1 100644 --- a/net/ari-yahoo/Makefile +++ b/net/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> diff --git a/net/ari-yahoo/distinfo b/net/ari-yahoo/distinfo index 8e60a9cd6a2f..2d81182fb327 100644 --- a/net/ari-yahoo/distinfo +++ b/net/ari-yahoo/distinfo @@ -1 +1 @@ -MD5 (ari-yahoo-1.9.tar.gz) = cbf368ed16a137203d6212aa85cc6eae +MD5 (ari-yahoo-1.10.tar.gz) = a4c1383fb56d4950454789611ab3b326 |