18dbc9b040
2007/10/20: version 2.9.2 = tag release-2-9-2 6242: Allow deactivation of [telnet|gui|gift]_port by setting it to 0 2007/10/17 6240: GTK1 oldgui: Hide password in server settings 6239: Update GNU config.guess and config.sub to version 2007/07 Updated Mozilla protocol handler to version 2.2 - original source from http://www.informatik.uni-oldenburg.de/~dyna/mldonkey 6238: Fix statvfs code on alpha platform (Alexander Kotelnikov) 6237: EDK: Load server.met files from archives even if unpack fails - http://www.gruk.org/server.met.gz is not a gz archive at the moment... 2007/10/10 6231: Swarming: Propagate chunks of finished file before commit (pango) to other downloading files 2007/10/04 6223: GTK2 GUI: Compile with lablgtk-2.10.0 by default - this patch changes the lablgtk2 version used by ./configure - self-compiled lablgtk-2.10.0 must be patched with patches/lablgtk-2.10.0.patch 2007/09/30 6221: Configure: Remove unneeded checks 6220: GTK2 GUI: Fix compile bug due to changed API in lablgtk-2.10.0 - GTK2 GUI still compiles with older versions of lablgtk2 2007/09/13 6197: Options backup: Better log messages, remove useless exception
28 lines
788 B
Makefile
28 lines
788 B
Makefile
# $NetBSD: Makefile,v 1.24 2007/10/29 16:08:44 wiz Exp $
|
|
#
|
|
|
|
.include "../../net/mldonkey/Makefile.common"
|
|
|
|
PKGNAME= ${DISTNAME:S/mldonkey/mldonkey-gui/}
|
|
COMMENT+= (GTK interface)
|
|
|
|
DEPENDS+= mldonkey-[0-9]*:../../net/mldonkey
|
|
|
|
USE_TOOLS+= pkg-config
|
|
|
|
PRINT_PLIST_AWK+= /^@dirrm libexec\/mldonkey$$/ \
|
|
{ print "@comment in mldonkey: " $$0; next }
|
|
|
|
INSTALLATION_DIRS= bin
|
|
|
|
.include "options.mk"
|
|
|
|
do-install:
|
|
${RM} -f ${PREFIX}/bin/mlgui
|
|
cd ${PREFIX}/bin && ${LN} -s ../libexec/mldonkey/mlgui mlgui
|
|
${INSTALL_PROGRAM_DIR} ${PREFIX}/libexec/mldonkey
|
|
${INSTALL_PROGRAM} ${WRKSRC}/mlgui ${PREFIX}/libexec/mldonkey
|
|
${INSTALL_PROGRAM} ${WRKSRC}/mlguistarter ${PREFIX}/libexec/mldonkey
|
|
${INSTALL_PROGRAM} ${WRKSRC}/mlnet+gui ${PREFIX}/libexec/mldonkey
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|