diff options
author | lioux <lioux@FreeBSD.org> | 2007-12-25 20:05:47 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2007-12-25 20:05:47 +0000 |
commit | 079b7b46ae6da5752da67e9b82b6d8285885530e (patch) | |
tree | e4b993e64a527b75b44f217820846064b89e6115 /net-p2p | |
parent | 8dab0dce4581e0b29a52494bc21d6222bc581a04 (diff) | |
download | FreeBSD-ports-079b7b46ae6da5752da67e9b82b6d8285885530e.zip FreeBSD-ports-079b7b46ae6da5752da67e9b82b6d8285885530e.tar.gz |
Development version has been merged to the stable one. Therefore,
a development port is no longer necessary.
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/Makefile | 3 | ||||
-rw-r--r-- | net-p2p/mldonkey-core-devel/Makefile | 15 | ||||
-rw-r--r-- | net-p2p/mldonkey-devel/Makefile | 209 | ||||
-rw-r--r-- | net-p2p/mldonkey-devel/distinfo | 3 | ||||
-rw-r--r-- | net-p2p/mldonkey-devel/files/kill_mldonkey | 54 | ||||
-rw-r--r-- | net-p2p/mldonkey-devel/files/mlnet.in | 71 | ||||
-rw-r--r-- | net-p2p/mldonkey-devel/files/patch-Makefile | 11 | ||||
-rw-r--r-- | net-p2p/mldonkey-devel/files/patch-src__utils__lib__stubs_c.c | 23 | ||||
-rw-r--r-- | net-p2p/mldonkey-devel/files/wrapper.sh | 18 | ||||
-rw-r--r-- | net-p2p/mldonkey-devel/pkg-descr | 17 | ||||
-rw-r--r-- | net-p2p/mldonkey-devel/pkg-message | 27 | ||||
-rw-r--r-- | net-p2p/mldonkey-devel/pkg-plist | 9 | ||||
-rw-r--r-- | net-p2p/mldonkey-gui-devel/Makefile | 17 | ||||
-rw-r--r-- | net-p2p/mldonkey-gui-devel/mldonkey-gui/Makefile | 17 |
14 files changed, 0 insertions, 494 deletions
diff --git a/net-p2p/Makefile b/net-p2p/Makefile index db27683..86e1d9f 100644 --- a/net-p2p/Makefile +++ b/net-p2p/Makefile @@ -70,10 +70,7 @@ SUBDIR += minder SUBDIR += mldonkey SUBDIR += mldonkey-core - SUBDIR += mldonkey-core-devel - SUBDIR += mldonkey-devel SUBDIR += mldonkey-gui - SUBDIR += mldonkey-gui-devel SUBDIR += mldonkey-perlreactor SUBDIR += mldonkey-serverspy SUBDIR += mldonkey-urlslave diff --git a/net-p2p/mldonkey-core-devel/Makefile b/net-p2p/mldonkey-core-devel/Makefile deleted file mode 100644 index f395e1b..0000000 --- a/net-p2p/mldonkey-core-devel/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -# New ports collection makefile for: mldonkey core -# Date created: Sun Jun 15 19:49:31 UTC 2003 -# Whom: Holger Lamm <holger@e-gitt.net> and Mario S F Ferreira <lioux@FreeBSD.org> -# -# $FreeBSD$ -# - -# build only the CORE -WITHOUT_GUI= yes - -COMMENT= Client 'core' for the MLDonkey peer-to-peer network - -MASTERDIR= ${.CURDIR}/../mldonkey-devel - -.include "${MASTERDIR}/Makefile" diff --git a/net-p2p/mldonkey-devel/Makefile b/net-p2p/mldonkey-devel/Makefile deleted file mode 100644 index 3bb5181..0000000 --- a/net-p2p/mldonkey-devel/Makefile +++ /dev/null @@ -1,209 +0,0 @@ -# New ports collection makefile for: mldonkey -# Date created: 21 August 2002 -# Whom: Holger Lamm <holger@e-gitt.net> -# -# $FreeBSD$ -# - -PORTNAME= mldonkey -PORTVERSION= 2.8.5 -PORTREVISION= 2 -CATEGORIES+= net-p2p -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} \ - ${MASTER_SITE_SAVANNAH} -MASTER_SITE_SUBDIR= ${PORTNAME} -PKGNAMESUFFIX?= -devel - -MAINTAINER?= lioux@FreeBSD.org -COMMENT?= A OCAML client for multiple peer-to-peer networks - -BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml - -NO_LATEST_LINK= yes -CONFLICTS= mldonkey{-{core,gui},}-[0-9]* - -USE_BZIP2= yes -USE_ICONV= yes -USE_AUTOTOOLS= autoconf:261:env -GNU_CONFIGURE= yes -USE_GMAKE= yes -ALL_TARGET= opt -MAKE_ENV+= OCAMLRUNPARAM="l=256M" - -CONFIGURE_ARGS+=\ - --enable-ocamlver=3 \ - --with-libiconv-prefix=${LOCALBASE} -CONFIGURE_ENV+= \ - NEWCXX="${CXX}" \ - CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ - LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" \ - PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ - PTHREAD_LIBS="${PTHREAD_LIBS}" - -### -## Library dependency handling -### -.if !exists(/usr/lib/libbz2.so) -LIB_DEPENDS+= bz2:${PORTSDIR}/archivers/bzip2 -.endif - -### -## Options activation -### -.if defined(WITHOUT_GUI) && defined(WITHOUT_CORE) -IGNORE= cannot install: you defined both WITHOUT_GUI and WITHOUT_CORE. I think I'll do nothing -.endif - -.if !(defined(WITHOUT_GUI) || defined(WITHOUT_CORE)) -CONFLICTS+= mldonkey-core-devel-[0.9]* -CONFLICTS+= mldonkey-gui-devel-[0.9]* - -PLIST_SUB+= CORE="" GUI="" GUICORE="" -.else # (defined(WITHOUT_GUI) || defined(WITHOUT_CORE)) - -. if defined(WITHOUT_GUI) -PKGNAMESUFFIX= -core-devel - -CONFLICTS+= mldonkey-gui-devel-[0.9]* - -CONFIGURE_ARGS+=--disable-gui -PLIST_SUB+= CORE="" GUI="@comment " GUICORE="@comment " -. endif # defined(WITHOUT_GUI) - -. if defined(WITHOUT_CORE) -PKGNAMESUFFIX= -gui-devel - -CONFLICTS+= mldonkey-core-devel-[0.9]* - -PLIST_SUB+= CORE="@comment " GUI="" GUICORE="@comment " -. endif # defined(WITHOUT_CORE) - -.endif # !(defined(WITHOUT_GUI) || defined(WITHOUT_CORE)) - -.if !defined(WITHOUT_GUI) -BUILD_DEPENDS+= ${LOCALBASE}/lib/ocaml/lablgtk2/lablrsvg.cma:${PORTSDIR}/x11-toolkits/ocaml-lablgtk2 -LIB_DEPENDS+= rsvg-2.2:${PORTSDIR}/graphics/librsvg2 - -CONFIGURE_ARGS+=--enable-gui=newgui2 -# we don't need lablgtk as RUN dependency, but we need gtk+glib -USE_GNOME= gtk20 -.endif # !defined(WITHOUT_GUI) - -.if !defined(WITHOUT_CORE) -USE_RC_SUBR= mlnet - -. if !defined(WITHOUT_GD) -LIB_DEPENDS+= gd.4:${PORTSDIR}/graphics/gd -. else -CONFIGURE_ARGS+=--disable-gd -. endif -.endif - -DOCFILES= Authors.txt Bugs.txt ChangeLog Developers.txt \ - Install.txt Todo.txt ed2k_links.txt -PORTDOCS= ${DOCFILES} -PKGMESSAGE= ${WRKDIR}/pkg-message - -# build additional tools -ALL_TARGET+= \ - mld_hash - -.include <bsd.port.pre.mk> - -# FreeBSD has reentrant dns code -.if ( ((${OSVERSION} >= 504102) && (${OSVERSION} < 600000)) || (${OSVERSION} >= 600029) ) -PTHREAD_CFLAGS+= -D_REENTRANT -.endif - -### Development version -## Thus, we will use non standard threading library -## We will switch from libpthread to libthr which should produce -## better results in some scenarios. You can read more at pthread(3) -.if defined(WITH_THR_THREAD_MODEL) -PTHREAD_CFLAGS= -D_THREAD_SAFE -PTHREAD_LIBS= -lthr -.endif - -pre-everything:: -.if !defined(WITHOUT_GUI) && !defined(WITHOUT_CORE) - @${ECHO_MSG} "You can disable the GUI by defining WITHOUT_GUI." - @${ECHO_MSG} "You can disable the CORE by defining WITHOUT_CORE." - @${ECHO_MSG} -.endif -.ifndef(WITH_THR_THREAD_MODEL) - @${ECHO_MSG} "Define WITH_THR_THREAD_MODEL to switch from" - @${ECHO_MSG} "pthread to thr threading model which could produce better" - @${ECHO_MSG} "results in some scenarios. Use at your discretion." - -.endif - -post-patch: - @${SED} -e "s|%%PREFIX%%|${PREFIX}|" ${FILESDIR}/wrapper.sh > \ - ${WRKDIR}/wrapper.sh - @${REINPLACE_CMD} -E \ - -e 's|%%AUTOCONF%%|${AUTOCONF}|' \ - ${BUILD_WRKSRC}/config/Makefile.in -# update server.met provider -.for file in \ - src/daemon/common/commonOptions.ml \ - src/networks/donkey/donkeyServers.ml - @${REINPLACE_CMD} -E \ - -e 's|http://www.gruk.org/server.met.gz|http://www.jd2k.com/server.met|' \ - -e 's|http://www.bluetack.co.uk/config/antip2p.txt|http://www.bluetack.co.uk/config/level1.gz|' \ - ${WRKSRC}/${file} -.endfor - -pre-configure: - @cd ${WRKSRC}/config && ${AUTOCONF} - -post-configure: - @${REINPLACE_CMD} -E \ - -e 's|^(PTHREAD_CFLAGS[^=]*=).*$$|\1${PTHREAD_CFLAGS}|' \ - -e 's|^(PTHREAD_LIBS[^=]*=).*$$|\1${PTHREAD_LIBS}|' \ - ${BUILD_WRKSRC}/config/Makefile.config - -pre-install: -.if exists(${.CURDIR}/pkg-message) - @${SED} -e 's,%%DOCSDIR%%,${DOCSDIR},' \ - < ${.CURDIR}/pkg-message > ${PKGMESSAGE} -.elif exists(${MASTERDIR}/pkg-message) - @${SED} -e 's,%%DOCSDIR%%,${DOCSDIR},' \ - < ${MASTERDIR}/pkg-message > ${PKGMESSAGE} -.endif - -do-install: -.ifndef(WITHOUT_CORE) - @${INSTALL_PROGRAM} ${WRKSRC}/mld_hash ${PREFIX}/bin - @${INSTALL_PROGRAM} ${WRKSRC}/mlnet ${PREFIX}/bin/mlnet-real - @${INSTALL_SCRIPT} ${WRKDIR}/wrapper.sh ${PREFIX}/bin/mlnet - @${MKDIR} ${EXAMPLESDIR} - @${INSTALL_SCRIPT} ${FILESDIR}/kill_mldonkey ${EXAMPLESDIR} -.endif -.ifndef(WITHOUT_GUI) - @${INSTALL_PROGRAM} ${WRKSRC}/mlgui ${PREFIX}/bin -.endif -.ifndef(WITHOUT_CORE && WITHOUT_GUI) - @${INSTALL_SCRIPT} ${WRKSRC}/distrib/mldonkey_previewer ${PREFIX}/bin - @${INSTALL_PROGRAM} ${WRKSRC}/mlguistarter ${PREFIX}/bin - @${INSTALL_PROGRAM} ${WRKSRC}/mlnet+gui ${PREFIX}/bin -.endif -.ifndef(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for _file in ${DOCFILES} - @${INSTALL_DATA} ${WRKSRC}/distrib/${_file} ${DOCSDIR} -.endfor -.endif - -post-install: - @${CAT} ${PKGMESSAGE} - -install-user: extract -.if !defined(LANG) - @${ECHO_MSG} "Please call as: make install-user LANG=<lang>" - @${ECHO_MSG} "with <lang> one of en,de,fr,fr.noaccents,sp !" -.else - @${CP} ${WRKSRC}/distrib/i18n/gui_messages.ini.${LANG}\ - ${HOME}/.mldonkey_gui_messages.ini -.endif - -.include <bsd.port.post.mk> diff --git a/net-p2p/mldonkey-devel/distinfo b/net-p2p/mldonkey-devel/distinfo deleted file mode 100644 index 2c03157..0000000 --- a/net-p2p/mldonkey-devel/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (mldonkey-2.8.5.tar.bz2) = d72ade5d5d14aeb2d43bb1e452bc3c56 -SHA256 (mldonkey-2.8.5.tar.bz2) = fd597d3256cc8bb0e82b1028a71e381c5e7ea4a15d63d7d5d75d158aed96944c -SIZE (mldonkey-2.8.5.tar.bz2) = 2663103 diff --git a/net-p2p/mldonkey-devel/files/kill_mldonkey b/net-p2p/mldonkey-devel/files/kill_mldonkey deleted file mode 100644 index 71c40bc..0000000 --- a/net-p2p/mldonkey-devel/files/kill_mldonkey +++ /dev/null @@ -1,54 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ - -# Copyright (c) 2003 -# Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# Holger Lamm <holger@e-gitt.net> -# All rights reserved. -# -# Redistribution and use in source and binary forms, with or without -# modification, are permitted provided that the following conditions -# are met: -# 1. Redistributions of source code must retain the above copyright -# notice, this list of conditions and the following disclaimer. -# 2. Redistributions in binary form must reproduce the above copyright -# notice, this list of conditions and the following disclaimer in the -# documentation and/or other materials provided with the distribution. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND -# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -# ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE -# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS -# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF -# SUCH DAMAGE. -# - -# -# Add Username and password here -# like this: -# -#MLNETUSER="admin" -#MLNETPASS="" -#MLNETHOST="127.0.0.1" -#MLNETPORT="4080" - -# internal configuration -HTTP_COMMAND="/usr/bin/fetch" -HTTP_COMMAND_ARGS="-1 -q -s -o /dev/null" - -if [ -n "${MLNETPASS}" ]; then - export HTTP_AUTH=basic:*:${MLNETUSER:-admin}:${MLNETPASS} -fi - -exec > /dev/null 2>&1 - -${HTTP_COMMAND} ${HTTP_COMMAND_ARGS} \ - "http://${MLNETHOST:-127.0.0.1}:${MLNETPORT:-4080}/submit?q=kill" \ - 2>&1 > /dev/null - diff --git a/net-p2p/mldonkey-devel/files/mlnet.in b/net-p2p/mldonkey-devel/files/mlnet.in deleted file mode 100644 index 8405a66..0000000 --- a/net-p2p/mldonkey-devel/files/mlnet.in +++ /dev/null @@ -1,71 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# -# Under a BSDL license. Copyright 2005. Mario S F Ferreira <lioux@FreeBSD.org> - -# PROVIDE: mlnet -# REQUIRE: LOGIN -# KEYWORD: shutdown - -# -# Add the following lines to /etc/rc.conf to enable mlnet: -# -#mlnet_enable="YES" -#mlnet_user="" -#mlnet_flags="" -#mlnet_logfile="" -# - -. %%RC_SUBR%% - -name="mlnet" -rcvar=`set_rcvar` -command="%%PREFIX%%/bin/${name}" -procname="%%PREFIX%%/bin/${name}-real" - -load_rc_config "${name}" -: ${mlnet_enable="NO"} -: ${mlnet_user="$(whoami)"} -: ${mlnet_flags=""} -: ${mlnet_logfile=""} - -pidfile="$(eval echo ~${mlnet_user}/.mldonkey/$(basename ${procname}).pid)" -required_dirs="$(eval echo ~${mlnet_user})" - -mlnet_check_vars() -{ - if [ "x${mlnet_user}" = "xroot" ]; then - warn "You have to set mlnet_user to a non-root user for security reasons" - return 1 - fi - - return 0 -} - -start_precmd="mlnet_check_vars" -start_cmd="start_cmd" -start_cmd() -{ - if [ -n "${mlnet_logfile}" ]; then - mlnet_logcommand="-log_file ${mlnet_logfile}" - else - mlnet_logfile="/dev/null" - fi - - if [ "x${mlnet_user}" = "x$(whoami)" ]; then - eval "${command} \ - ${mlnet_logcommand} \ - ${mlnet_flags} \ - >> ${mlnet_logfile} 2>&1 &" - else - su -l ${mlnet_user} -c "${command} \ - ${mlnet_logcommand} \ - ${mlnet_flags} \ - >> ${mlnet_logfile} 2>&1 &" - fi -} - -stop_precmd="mlnet_check_vars" - -run_rc_command "$1" diff --git a/net-p2p/mldonkey-devel/files/patch-Makefile b/net-p2p/mldonkey-devel/files/patch-Makefile deleted file mode 100644 index d8380f0..0000000 --- a/net-p2p/mldonkey-devel/files/patch-Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- config/Makefile.in.orig Tue Apr 26 22:48:10 2005 -+++ config/Makefile.in Tue Apr 26 22:48:41 2005 -@@ -285,7 +285,7 @@ - all: Makefile config/Makefile.config $(TARGET_TYPE) - - config/configure: config/configure.in -- cd config; autoconf -+ cd config; %%AUTOCONF%% - - ifeq ("$(MYCONFIG_ARGS_DEFINED)" , "yes") - diff --git a/net-p2p/mldonkey-devel/files/patch-src__utils__lib__stubs_c.c b/net-p2p/mldonkey-devel/files/patch-src__utils__lib__stubs_c.c deleted file mode 100644 index f819aef..0000000 --- a/net-p2p/mldonkey-devel/files/patch-src__utils__lib__stubs_c.c +++ /dev/null @@ -1,23 +0,0 @@ ---- src/utils/lib/stubs_c.c.orig Wed Jan 4 12:23:37 2006 -+++ src/utils/lib/stubs_c.c Mon Jan 16 14:14:38 2006 -@@ -28,6 +28,11 @@ - #include <inttypes.h> - #endif - -+/* For proper FreeBSD version identification */ -+#if defined(HAVE_SYS_PARAM_H) -+#include <sys/param.h> -+#endif -+ - #define lseek XXXXXXXXX - #define read XXXXXXXXX - #define ftruncate XXXXXXXXX -@@ -683,7 +688,7 @@ - - #define NETDB_BUFFER_SIZE 10000 - --#ifdef _WIN32 -+#if defined(_WIN32) || ( defined(__FreeBSD_version) && ( ((__FreeBSD_version >= 504102) && (__FreeBSD_version < 600000)) || (__FreeBSD_version >= 600029) ) ) - #define GETHOSTBYADDR_IS_REENTRANT 1 - #define GETHOSTBYNAME_IS_REENTRANT 1 - #endif diff --git a/net-p2p/mldonkey-devel/files/wrapper.sh b/net-p2p/mldonkey-devel/files/wrapper.sh deleted file mode 100644 index c25fd62..0000000 --- a/net-p2p/mldonkey-devel/files/wrapper.sh +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/sh - -PREFIX="%%PREFIX%%/bin" -PROGRAM="${0}" -DIRNAME=${HOME}/.mldonkey - -if [ ! -d ${DIRNAME} ] -then - mkdir -p ${DIRNAME} -fi - -echo " ${*} " | grep " \-createdironly " || -{ - cd ${DIRNAME} && - echo Running under ${DIRNAME} && - exec ${PREFIX}/${PROGRAM##*/}-real "${@}" || - echo PROBLEM. Cannot create directory ${DIRNAME}, make sure you have the proper permissions to create it and try again -} diff --git a/net-p2p/mldonkey-devel/pkg-descr b/net-p2p/mldonkey-devel/pkg-descr deleted file mode 100644 index 5034146..0000000 --- a/net-p2p/mldonkey-devel/pkg-descr +++ /dev/null @@ -1,17 +0,0 @@ -MLDonkey is an OCAML/GTK client for a number of -peer-to-peer networks. - -It is separated into a core with telnet and web -interfaces, and a GTK GUI. - -The following protocols are supported: -- eDonkey (http://www.edonkey2000.com/) -- Overnet (http://www.overnet.com/) -- Bittorrent (http://www.bittorrent.com/) -- Gnutella (http://www.gnutella.org/) -- Gnutella2 (http://www.shareaza.com/) -- Fasttrack (http://en.wikipedia.org/wiki/Fasttrack) -- FileTP [http/ftp/ssh] (http://mldonkey.sourceforge.net/FileTP) -- Kademlia (http://en.wikipedia.org/wiki/Kad_Network) - -WWW: http://mldonkey.sourceforge.net/ diff --git a/net-p2p/mldonkey-devel/pkg-message b/net-p2p/mldonkey-devel/pkg-message deleted file mode 100644 index 9758a62..0000000 --- a/net-p2p/mldonkey-devel/pkg-message +++ /dev/null @@ -1,27 +0,0 @@ - ATTENTIONATTENTION: - -- If you want to know how to use mldonkey, read "INSTALL" or - "FAQ.html" in the port docs (%%DOCSDIR%%) - -- It is not a bad idea to install mplayer. You will be able - to preview half-downloaded files (if you have the beginning). - -- You can import the downloads you started with eDonkey - (try "import /home/directory/path/.edonkey2000-core" - on the console), but you can NOT go back! - -- If this is the first time you install mldonkey, - please go to the mldonkey-gui ports dir as a user and enter: - - make install-user - - this will set up your user config. - -- You have to enable the different protocols on the client - console. Go to the (mldonkey-) console, and try the commands - 'set enable_<protocol> true' (try 'voo' for reference). - -+------------------------------------------------------------+ -|- For upgraders: The names of the binaries have changed. | -| Core and GUI are called "mlnet" and "mlgui", respectively.| -+------------------------------------------------------------+ diff --git a/net-p2p/mldonkey-devel/pkg-plist b/net-p2p/mldonkey-devel/pkg-plist deleted file mode 100644 index 8085bd4..0000000 --- a/net-p2p/mldonkey-devel/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -%%CORE%%bin/mld_hash -%%CORE%%bin/mlnet -%%CORE%%bin/mlnet-real -%%CORE%%%%EXAMPLESDIR%%/kill_mldonkey -%%GUICORE%%bin/mlguistarter -%%GUICORE%%bin/mldonkey_previewer -%%GUICORE%%bin/mlnet+gui -%%GUI%%bin/mlgui -%%CORE%%@dirrm %%EXAMPLESDIR%% diff --git a/net-p2p/mldonkey-gui-devel/Makefile b/net-p2p/mldonkey-gui-devel/Makefile deleted file mode 100644 index 2572a61..0000000 --- a/net-p2p/mldonkey-gui-devel/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# New ports collection makefile for: mldonkey -# Date created: 19 December 2002 -# Whom: Holger Lamm <holger@e-gitt.net> -# -# $FreeBSD$ -# - -# build only the GUI -WITHOUT_CORE= yes -# unbreak index build with a common variable -.undef WITHOUT_GUI - -COMMENT= A OCAML/GTK GUI for the MLdonkey peer-to-peer network client - -MASTERDIR= ${.CURDIR}/../mldonkey-devel - -.include "${MASTERDIR}/Makefile" diff --git a/net-p2p/mldonkey-gui-devel/mldonkey-gui/Makefile b/net-p2p/mldonkey-gui-devel/mldonkey-gui/Makefile deleted file mode 100644 index 975bbeb..0000000 --- a/net-p2p/mldonkey-gui-devel/mldonkey-gui/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# New ports collection makefile for: mldonkey -# Date created: 19 December 2002 -# Whom: Holger Lamm <holger@e-gitt.net> -# -# $FreeBSD$ -# - -# build only the GUI -WITHOUT_CORE= yes -# unbreak index build with a common variable -.undef WITHOUT_GUI - -COMMENT= A OCAML/GTK GUI for the MLdonkey peer-to-peer network client - -MASTERDIR= ${.CURDIR}/../mldonkey - -.include "${MASTERDIR}/Makefile" |