pkgsrc/net/amule/Makefile
minskim c5e70908e2 Update amule to 1.2.8. Patch provided by Sergio Jimenez in PR pkg/26421.
Changes since 1.2.6:
        * Added eserver 16.47 fix (org. by Kry)
	* Translations update
	* Added auto-priority fixes (org. by Xaignar)
        * Removed the useless connection wizard from aMule
	* Code cleaning
	* Added websearch function (filehash.com)
	* Added Fake-checks function (jugle.net & filehash.com)
	* Changed the default server.met URL
	* New buttons added:
	  - reload sharedfiles
	  - switch upload/uploadqueue
	  - clear completed files
	* Fixed filesize in copy ed2k link to clipboard (org. by lemonfan)
	* Added fix from lugdunum to avoid blacklisting on servers
	* Rabbit icons for aMule clients in DL & UP window
	* Added alehack's queue patches
	* Removed double A4AF entry (org. by Xaignar)
	* Added bluecow's fix
	* Added 2 new columns in upload window (Upload/Download + Remote Status)
	* "Asked for another file" on sources now with the filename that is asked for ( i.e. A4AF -> xyz.avi)
	* Added copy file 'feedback' to clipboard function
	* Fixed curl-config detection for debian users
	* Added new Toolbar icons [ thx to http://www.everaldo.com ;) ]
	* Changed:
	  - max connections: 25-7500
          - upload queue: 500-5000
          - max new connections / 5 sec: 5-500
          - remove dead servers after: 1 >
          - tcp port: 80 > (for users with bad ISP's .. but remember -> running aMule as root is unsecure !!!)
	* > 2GB bug (untested)
	* Removed "Upload/Download list refresh" code
	* Kry's fixes from 2.0
        * Onlinesig fixes
	* Fixed already downloading files not being marked as such on search results (org. by elfstone)
	* Improved Launch-browser function
        * Compatibility with new amulesig.dat
	* Updated the licence file
	* Changed installation of webserver stuff
	* Fixed better gtk2 detection
        * Phk for searching for new icons ;)
	* Everaldo for the great icons
	* All the bug-reporters, helpers, translators and users at http://forum.amule.org
	* As usual thx to eMule & wxWidgets devs and everyone i forgot ;)
2004-07-25 14:00:21 +00:00

38 lines
895 B
Makefile

# $NetBSD: Makefile,v 1.16 2004/07/25 14:00:21 minskim Exp $
#
DISTNAME= aMule-1.2.8
PKGNAME= ${DISTNAME:S/aMule/amule/}
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=amule/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://amule.sourceforge.net/
COMMENT= Another Emule P2P client
BUILD_USES_MSGFMT= yes
CONFLICTS= xmule-[0-9]*
USE_BUILDLINK3= yes
USE_DIRS+= xdg-1.1
USE_GNU_TOOLS+= make
USE_LANGUAGES= c c++
USE_PKGLOCALEDIR= yes
USE_X11= yes
GNU_CONFIGURE= yes
LIBS+= -lm
UNLIMIT_RESOURCES+= datasize
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/pkgconfig/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../www/curl/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../x11/wxGTK/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"