summaryrefslogtreecommitdiff
path: root/net-p2p/edonkey-tool-hash/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/edonkey-tool-hash/Makefile')
-rw-r--r--net-p2p/edonkey-tool-hash/Makefile34
1 files changed, 0 insertions, 34 deletions
diff --git a/net-p2p/edonkey-tool-hash/Makefile b/net-p2p/edonkey-tool-hash/Makefile
deleted file mode 100644
index 3bd7db353a85..000000000000
--- a/net-p2p/edonkey-tool-hash/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# New ports collection makefile for: edonkey hash tool
-# Date created: Wed Feb 20 18:03:49 BRT 2002
-# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= edonkey
-PORTVERSION= 0.3.2
-CATEGORIES= misc
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ed2k-tools
-PKGNAMESUFFIX= -tool-hash
-DISTNAME= ed2k_hash-${PORTVERSION}
-
-MAINTAINER= lioux@FreeBSD.org
-COMMENT= Both calculates 'eDonkey/Overnet hashes' producing ed2k:// file links
-
-USE_REINPLACE= yes
-USE_LIBTOOL= yes
-GNU_CONFIGURE= yes
-
-post-patch:
-# respect CFLAGS
- @${REINPLACE_CMD} -E -e \
- 's|-O2||' \
- ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
-
-do-install:
-# uphold POLA, do not change binary name
- @${INSTALL_PROGRAM} ${WRKSRC}/ed2k_hash/ed2k_hash \
- ${PREFIX}/bin/${PORTNAME}${PKGNAMESUFFIX}
-
-.include <bsd.port.mk>