summaryrefslogtreecommitdiff
path: root/net/coda_server/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-05-06 03:49:05 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-05-06 03:49:05 +0000
commit28e7382123cbc7ef132190c6b3c29b101db38cfc (patch)
treea9d50288bd0e48228abd908a6f7bd8be06c4e7bd /net/coda_server/Makefile
parentPR: 51521 (diff)
As announced on 27 March 2003 in <20030328052350.GA18971@rot13.obsecurity.org>,
remove these ports that have been broken for >4 months (in many cases much longer) with no sign of a fix.
Notes
Notes: svn path=/head/; revision=80201
Diffstat (limited to 'net/coda_server/Makefile')
-rw-r--r--net/coda_server/Makefile32
1 files changed, 0 insertions, 32 deletions
diff --git a/net/coda_server/Makefile b/net/coda_server/Makefile
deleted file mode 100644
index bf3c61686133..000000000000
--- a/net/coda_server/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# New ports collection makefile for: coda
-# Date created: 19 June 1998
-# Whom: hmpierce <hmpierce@cs.cmu.edu>
-#
-# $FreeBSD$
-#
-
-PORTNAME= coda-server
-PORTVERSION= 4.6.6.1
-CATEGORIES= net
-#MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/coda/src/
-MASTER_SITES= ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= asami/LOCAL_PORTS
-DISTNAME= coda-4.6.6
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= rvb@cs.cmu.edu
-COMMENT= An experimental, replicated, high-performance network file system
-
-BROKEN= "Does not build"
-
-BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm
-
-ALL_TARGET= coda
-INSTALL_TARGET= server-install
-
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
-
-NO_LATEST_LINK= yes
-
-.include <bsd.port.mk>