From 745bb544adefafd2707591d2bfb226b70c2d87c2 Mon Sep 17 00:00:00 2001 From: xtraeme Date: Wed, 7 Jan 2004 01:24:16 +0000 Subject: Initial import of amule-1.2.3. This program is a multiplatform ed2k client fork of eMule client using wxWindows class library. It was originally forked from xMule project but not related to it anymore, except little bits of code. --- net/amule/DESCR | 3 +++ net/amule/Makefile | 29 +++++++++++++++++++++++++++++ net/amule/PLIST | 19 +++++++++++++++++++ net/amule/distinfo | 4 ++++ 4 files changed, 55 insertions(+) create mode 100644 net/amule/DESCR create mode 100644 net/amule/Makefile create mode 100644 net/amule/PLIST create mode 100644 net/amule/distinfo (limited to 'net/amule') diff --git a/net/amule/DESCR b/net/amule/DESCR new file mode 100644 index 00000000000..18705437b35 --- /dev/null +++ b/net/amule/DESCR @@ -0,0 +1,3 @@ +This program is a multiplatform ed2k client fork of eMule client +using wxWindows class library. It was originally forked from xMule +project but not related to it anymore, except little bits of code. diff --git a/net/amule/Makefile b/net/amule/Makefile new file mode 100644 index 00000000000..e73bdc906ed --- /dev/null +++ b/net/amule/Makefile @@ -0,0 +1,29 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/01/07 01:24:16 xtraeme Exp $ +# + +DISTNAME= aMule-1.2.3 +PKGNAME= ${DISTNAME:tl} +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=amule/} +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= xtraeme@NetBSD.org +HOMEPAGE= http://amule.sourceforge.net/ +COMMENT= Another Emule P2P client + +DEPENDS= gnome2-dirs>=1.2:../../misc/gnome2-dirs +BUILD_USES_MSGFMT= yes + +USE_BUILDLINK2= yes +USE_GMAKE= yes +USE_PKGLOCALEDIR= yes +USE_X11= yes +GNU_CONFIGURE= yes + +.include "../../devel/gettext-lib/buildlink2.mk" +.include "../../devel/zlib/buildlink2.mk" +.include "../../www/curl/buildlink2.mk" +.include "../../x11/wxGTK/buildlink2.mk" + +.include "../../mk/pthread.buildlink2.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/amule/PLIST b/net/amule/PLIST new file mode 100644 index 00000000000..f24ba2ffc93 --- /dev/null +++ b/net/amule/PLIST @@ -0,0 +1,19 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/01/07 01:24:16 xtraeme Exp $ +bin/amule +bin/amulecmd +bin/amulecmdDLG +bin/amuleweb +bin/amulewebDLG +bin/ed2k +share/applications/amule.desktop +${PKGLOCALEDIR}/locale/de/LC_MESSAGES/amule.mo +${PKGLOCALEDIR}/locale/ee/LC_MESSAGES/amule.mo +${PKGLOCALEDIR}/locale/es/LC_MESSAGES/amule.mo +${PKGLOCALEDIR}/locale/es_MX/LC_MESSAGES/amule.mo +${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/amule.mo +${PKGLOCALEDIR}/locale/it/LC_MESSAGES/amule.mo +${PKGLOCALEDIR}/locale/ko/LC_MESSAGES/amule.mo +${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/amule.mo +${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/amule.mo +share/pixmaps/amule.xpm +@dirrm share/applications diff --git a/net/amule/distinfo b/net/amule/distinfo new file mode 100644 index 00000000000..3b68436ba26 --- /dev/null +++ b/net/amule/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/01/07 01:24:16 xtraeme Exp $ + +SHA1 (aMule-1.2.3.tar.bz2) = 311d2a7cc21b1db3945675ac841ad2b72210a54b +Size (aMule-1.2.3.tar.bz2) = 1399130 bytes -- cgit v1.2.3