summaryrefslogtreecommitdiff
path: root/net-p2p/linux-edonkey-core/Makefile
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-07-04 17:30:50 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-07-04 17:30:50 +0000
commit2a717d66954e2efa8867a5b1432e3686cbeeef47 (patch)
treed63401bcc231dcb36d9db2b5fa98592449b1ee75 /net-p2p/linux-edonkey-core/Makefile
parentConvert to USE_GNOMENG. (diff)
o Update to 16.16.58 gaps 2
- some buffer-smashing fixes - progress bars are supported - the core supplies the x.part temp filename to the GUI - the core will supply the GUI with its PID number (useful if you're running multiple cores) - incoming and temp folder can be on different partitions now
Notes
Notes: svn path=/head/; revision=62435
Diffstat (limited to 'net-p2p/linux-edonkey-core/Makefile')
-rw-r--r--net-p2p/linux-edonkey-core/Makefile17
1 files changed, 6 insertions, 11 deletions
diff --git a/net-p2p/linux-edonkey-core/Makefile b/net-p2p/linux-edonkey-core/Makefile
index a29b56d3d6a7..72919d8a5b5c 100644
--- a/net-p2p/linux-edonkey-core/Makefile
+++ b/net-p2p/linux-edonkey-core/Makefile
@@ -6,14 +6,11 @@
#
PORTNAME= edonkey
-PORTVERSION= 0.2000.16.16.59.3
-PORTREVISION= 1
+PORTVERSION= 16.16.58.2
CATEGORIES= net linux
MASTER_SITES= http://users.aber.ac.uk/tpm01/
PKGNAMESUFFIX= -core
-DISTNAME= donkey_s_59-3
-EXTRACT_SUFX= .gz
-EXTRACT_ONLY=
+DISTNAME= donkey_s_1658-gaps-2
MAINTAINER= lioux@FreeBSD.org
@@ -31,17 +28,15 @@ BRANDELF?= /usr/bin/brandelf
BRANDELF?= brandelf
.endif
+BINARY_NAME_OLD= donkey_s_1658-gaps-2b
BINARY_NAME= donkey
-post-extract:
- @${GZCAT} ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} > ${WRKSRC}/${BINARY_NAME}
-
post-patch:
@${SED} -e "s|%%PREFIX%%|${PREFIX}|" ${FILESDIR}/wrapper.sh > \
${WRKDIR}/wrapper.sh
do-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/${BINARY_NAME} ${PREFIX}/sbin/${BINARY_NAME}-real
+ @${INSTALL_PROGRAM} ${WRKSRC}/${BINARY_NAME_OLD} ${PREFIX}/sbin/${BINARY_NAME}-real
@${INSTALL_SCRIPT} ${WRKDIR}/wrapper.sh ${PREFIX}/bin/${BINARY_NAME}
.ifndef(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}${PKGNAMESUFFIX}
@@ -53,8 +48,8 @@ do-install:
pre-install:
.if exists(${STRIP_CMD})
- @${STRIP_CMD} ${WRKSRC}/${BINARY_NAME}
+ @${STRIP_CMD} ${WRKSRC}/${BINARY_NAME_OLD}
.endif
- @${BRANDELF} -t Linux ${WRKSRC}/${BINARY_NAME}
+ @${BRANDELF} -t Linux ${WRKSRC}/${BINARY_NAME_OLD}
.include <bsd.port.post.mk>