summaryrefslogtreecommitdiff
path: root/net-p2p/linux-edonkey-tool-recovermet/Makefile
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2005-12-12 19:29:59 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2005-12-12 19:29:59 +0000
commitd130dce7f113ccbd2a73d1ccbaecac05fd2c9255 (patch)
treef04dc26a2a90cda2a5506f69f66bbd313071a040 /net-p2p/linux-edonkey-tool-recovermet/Makefile
parentChase libgii update. (diff)
o Add working MASTER_SITES; thus, fixing BROKEN/DEPRECATED/EXPIRATION_DATE
o distfile has changed but the installed binary has the same md5 checksum as the one from the previous distfile
Notes
Notes: svn path=/head/; revision=151036
Diffstat (limited to 'net-p2p/linux-edonkey-tool-recovermet/Makefile')
-rw-r--r--net-p2p/linux-edonkey-tool-recovermet/Makefile20
1 files changed, 7 insertions, 13 deletions
diff --git a/net-p2p/linux-edonkey-tool-recovermet/Makefile b/net-p2p/linux-edonkey-tool-recovermet/Makefile
index c5e4346ad7fe..5c7012cd66af 100644
--- a/net-p2p/linux-edonkey-tool-recovermet/Makefile
+++ b/net-p2p/linux-edonkey-tool-recovermet/Makefile
@@ -9,33 +9,27 @@ PORTNAME= edonkey
PORTVERSION= 0.0.2
PORTREVISION= 1
CATEGORIES= misc linux
-MASTER_SITES= # disappeared
+MASTER_SITES= ${MASTER_SITE_GENTOO}
+MASTER_SITE_SUBDIR= distfiles
PKGNAMEPREFIX= linux-
PKGNAMESUFFIX= -tool-recovermet
-DISTNAME= ed2k_recovermet
-EXTRACT_SUFX= .gz
-EXTRACT_ONLY=
+DISTNAME= ed2k_recovermet-0.2_alpha
MAINTAINER= ports@FreeBSD.org
COMMENT= Tool that tries to re-create x.part.met files compromised due to crash
-BROKEN= "mastersite disappeared"
-DEPRECATED= ${BROKEN}
-EXPIRATION_DATE= 2005-12-11
-
ONLY_FOR_ARCHS= i386
+USE_BZIP2= yes
USE_LINUX= yes
NO_WRKSUBDIR= yes
NO_BUILD= yes
PLIST_FILES= bin/edonkey-tool-recovermet
-BINARY_NAME= ${PORTNAME}${PKGNAMESUFFIX}
-
-post-extract:
- @${GZCAT} ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} > ${WRKSRC}/${BINARY_NAME}
+BINARY_NAME= ed2k_recovermet
do-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/${BINARY_NAME} ${PREFIX}/bin
+ @${INSTALL_PROGRAM} ${WRKSRC}/${BINARY_NAME} \
+ ${PREFIX}/bin/${PORTNAME}${PKGNAMESUFFIX}
.include <bsd.port.pre.mk>