From 0f311a05e57e61dc88e57327f36c0d9fc001d958 Mon Sep 17 00:00:00 2001 From: Mario Sergio Fujikawa Ferreira Date: Wed, 20 Feb 2002 22:36:43 +0000 Subject: - edonkey-tool-hash version 0.0.1: Both calculates 'eDonkey hashes' and produces ed2k:// links for files --- net-p2p/edonkey-tool-hash/Makefile | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 net-p2p/edonkey-tool-hash/Makefile (limited to 'net-p2p/edonkey-tool-hash/Makefile') diff --git a/net-p2p/edonkey-tool-hash/Makefile b/net-p2p/edonkey-tool-hash/Makefile new file mode 100644 index 000000000000..4ecca6ab2dc0 --- /dev/null +++ b/net-p2p/edonkey-tool-hash/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: edonkey hash tool +# Date created: Wed Feb 20 18:03:49 BRT 2002 +# Whom: Mario Sergio Fujikawa Ferreira +# +# $FreeBSD$ +# + +PORTNAME= edonkey +PORTVERSION= 0.0.1 +CATEGORIES= misc +MASTER_SITES= http://users.aber.ac.uk/tpm01/ed2k_tools/ +PKGNAMESUFFIX= -tool-hash +DISTNAME= ed2k_hash + +MAINTAINER= lioux@FreeBSD.org + +# I could have written a Makefile but I would rather +# not waste inodes +do-build: + @cd ${WRKSRC} && ${CC} -D__linux ${CFLAGS} ${LDFLAGS} -lmd \ + ed2k_hash.c -o ${PORTNAME}${PKGNAMESUFFIX} + +do-install: + @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME}${PKGNAMESUFFIX} \ + ${PREFIX}/bin + +.include -- cgit v1.2.3