diff options
author | dogcow <dogcow@pkgsrc.org> | 2005-09-05 10:45:19 +0000 |
---|---|---|
committer | dogcow <dogcow@pkgsrc.org> | 2005-09-05 10:45:19 +0000 |
commit | 889f318e35b06f0a4354c9c24bce7fc01a1007dd (patch) | |
tree | 2c7b1d8e39b5e756f2f129bd289f8204bb7732df /net/amule/Makefile | |
parent | a76a1736b80c0c575574790359bcba27cb4f36b3 (diff) | |
download | pkgsrc-889f318e35b06f0a4354c9c24bce7fc01a1007dd.tar.gz |
Update to aMule 2.0.3.
http://www.amule.org/wiki/index.php/ has the full list of changes; in brief,
the CPU and memory usage has been vastly improved, the network code has been
substantially rewritten, amule now works with wxGTK 2.6, and several hundred
bugs have been fixed.
Diffstat (limited to 'net/amule/Makefile')
-rw-r--r-- | net/amule/Makefile | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/net/amule/Makefile b/net/amule/Makefile index 5151d86a293..949a4825d51 100644 --- a/net/amule/Makefile +++ b/net/amule/Makefile @@ -1,15 +1,14 @@ -# $NetBSD: Makefile,v 1.26 2005/08/10 20:56:21 jlam Exp $ +# $NetBSD: Makefile,v 1.27 2005/09/05 10:45:19 dogcow Exp $ # -DISTNAME= aMule-1.2.8 +DISTNAME= aMule-2.0.3 PKGNAME= ${DISTNAME:S/aMule/amule/} -PKGREVISION= 4 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=amule/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= tripledes@eslack.org -HOMEPAGE= http://amule.sourceforge.net/ +HOMEPAGE= http://www.amule.org/ COMMENT= Another Emule P2P client BUILD_USES_MSGFMT= yes @@ -21,7 +20,8 @@ USE_TOOLS+= gmake pkg-config USE_LANGUAGES= c c++ USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --with-wx-config=${LOCALBASE}/bin/wx24-config +CONFIGURE_ARGS+= --with-wx-config=${LOCALBASE}/bin/wx-config +CONFIGURE_ENV+= gt_cv_func_gnugettext1_libintl=yes LIBS+= -lm @@ -29,9 +29,8 @@ UNLIMIT_RESOURCES+= datasize .include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" -.include "../../www/curl/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" -.include "../../x11/wxGTK24/buildlink3.mk" - +.include "../../x11/wxGTK/buildlink3.mk" +.include "../../textproc/intltool/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |