summaryrefslogtreecommitdiff
path: root/net-p2p/cdonkey/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/cdonkey/Makefile')
-rw-r--r--net-p2p/cdonkey/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/net-p2p/cdonkey/Makefile b/net-p2p/cdonkey/Makefile
deleted file mode 100644
index f8e59f01c556..000000000000
--- a/net-p2p/cdonkey/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# ex:ts=8
-# Ports collection makefile for: cDonkey
-# Date created: Feb 9, 2003
-# Whom: ijliao
-#
-# $FreeBSD$
-#
-
-PORTNAME= cdonkey
-PORTVERSION= 0.8.9
-CATEGORIES= net
-MASTER_SITES= http://suche.org/
-DISTNAME= cDonkey-${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= An open and free core client for the eDonkey protocol
-
-LIB_DEPENDS= db3.3:${PORTSDIR}/databases/db3
-
-USE_BZIP2= yes
-USE_REINPLACE= yes
-GNU_CONFIGURE= yes
-USE_LIBTOOL= yes
-CONFIGURE_ARGS= --with-berkeley-db="${LOCALBASE}/include/db3:${LOCALBASE}/lib"
-USE_GMAKE= yes
-WRKSRC= ${WRKDIR}/cDonkey
-
-post-patch:
- @${REINPLACE_CMD} -e "s|-ldb|-ldb3|g" ${WRKSRC}/configure
-
-.include <bsd.port.mk>