summaryrefslogtreecommitdiff
path: root/net-p2p/mutella/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/mutella/Makefile')
-rw-r--r--net-p2p/mutella/Makefile25
1 files changed, 0 insertions, 25 deletions
diff --git a/net-p2p/mutella/Makefile b/net-p2p/mutella/Makefile
deleted file mode 100644
index 4a7f046c8d3d..000000000000
--- a/net-p2p/mutella/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# New ports collection makefile for: mutella
-# Date created: 2/12/2001
-# Whom: Dominic Marks <d.marks@student.umist.ac.uk>
-#
-# $FreeBSD$
-#
-
-PORTNAME= mutella
-PORTVERSION= 0.4.3
-PORTEPOCH= 1
-CATEGORIES= net
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= mutella
-
-MAINTAINER= d.marks@student.umist.ac.uk
-COMMENT= A command line Gnutella client
-
-MAN1= mutella.1
-
-GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
- PTHREAD_LIBS="${PTHREAD_LIBS}"
-
-.include <bsd.port.mk>