diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-11-10 19:33:59 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-11-10 19:33:59 +0000 |
commit | 30dadd4435b669caa6b618b76204ea902bf8687c (patch) | |
tree | a291b23dcc83d5637dfe1a562f07a00ac4afa2ba /net-im | |
parent | ff283bd66d5a112bea98f901f4bfe72552a3794c (diff) | |
download | ports-30dadd4435b669caa6b618b76204ea902bf8687c.tar.gz ports-30dadd4435b669caa6b618b76204ea902bf8687c.zip |
Notes
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/ari-yahoo/Makefile | 16 | ||||
-rw-r--r-- | net-im/ari-yahoo/distinfo | 2 |
2 files changed, 10 insertions, 8 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 |