diff options
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" |