summaryrefslogtreecommitdiff
path: root/net-p2p/edonkey-tool-slist/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/edonkey-tool-slist/Makefile')
-rw-r--r--net-p2p/edonkey-tool-slist/Makefile39
1 files changed, 0 insertions, 39 deletions
diff --git a/net-p2p/edonkey-tool-slist/Makefile b/net-p2p/edonkey-tool-slist/Makefile
deleted file mode 100644
index c02e03712821..000000000000
--- a/net-p2p/edonkey-tool-slist/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-# New ports collection makefile for: edonkey server list tool
-# Date created: Wed Feb 20 18:03:49 BRT 2002
-# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= edonkey
-PORTVERSION= 0.2
-CATEGORIES= misc
-MASTER_SITES= http://users.aber.ac.uk/tpm01/ed2k_tools/
-PKGNAMESUFFIX= -tool-slist
-DISTNAME= ed2k_slist-${PORTVERSION}
-
-MAINTAINER= lioux@FreeBSD.org
-
-WRKSRC= ${WRKDIR}/ed2k_slist
-USE_REINPLACE= yes
-
-post-patch:
- @${REINPLACE_CMD} -e 's| ||' ${WRKSRC}/*.[ch]
-
-# I could have written a Makefile but I would rather
-# not waste inodes
-do-build:
- @cd ${WRKSRC} && ${CC} ${CFLAGS} ${LDFLAGS} \
- ed2k_slist.c -o ${PORTNAME}${PKGNAMESUFFIX}
-
-do-install:
-.ifndef(NOPORTDOCS)
- @${MKDIR} ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX}
- @${INSTALL_DATA} ${WRKSRC}/COPYING \
- ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX}
-
-.endif
- @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME}${PKGNAMESUFFIX} \
- ${PREFIX}/bin
-
-.include <bsd.port.mk>