aboutsummaryrefslogtreecommitdiff
path: root/net/coda5_server/Makefile
diff options
context:
space:
mode:
authorVasil Dimov <vd@FreeBSD.org>2006-10-05 07:18:09 +0000
committerVasil Dimov <vd@FreeBSD.org>2006-10-05 07:18:09 +0000
commit65b0f9cd13e0d8b65b948c944f087a7031c37e77 (patch)
treea000350bae127efa1234c66dae69e72f2f6a16a9 /net/coda5_server/Makefile
parent0527f50b5df9f119c331a1649b2924221bbdfd08 (diff)
downloadports-65b0f9cd13e0d8b65b948c944f087a7031c37e77.tar.gz
ports-65b0f9cd13e0d8b65b948c944f087a7031c37e77.zip
Notes
Diffstat (limited to 'net/coda5_server/Makefile')
-rw-r--r--net/coda5_server/Makefile44
1 files changed, 0 insertions, 44 deletions
diff --git a/net/coda5_server/Makefile b/net/coda5_server/Makefile
deleted file mode 100644
index c5379aa15509..000000000000
--- a/net/coda5_server/Makefile
+++ /dev/null
@@ -1,44 +0,0 @@
-# New ports collection makefile for: coda-server
-# Date created: Mon Oct 18 12:01:28 EDT 1999
-# Whom: ???#
-#
-# $FreeBSD$
-#
-
-PORTNAME= coda
-PORTVERSION= ${CODA_VERSION}
-PORTREVISION= 3
-CATEGORIES= net
-MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/coda/src/
-PKGNAMESUFFIX= -${CODA_SUITE}
-DISTNAME= coda-${PORTVERSION}
-
-MAINTAINER?= ports@FreeBSD.org
-COMMENT?= Server programs for a replicated high-performance network file system
-
-LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm \
- lwp.2:${PORTSDIR}/devel/lwp \
- rpc2.6:${PORTSDIR}/devel/rpc2 \
- rvm.3:${PORTSDIR}/devel/rvm
-
-ALL_TARGET= coda
-INSTALL_TARGET= ${CODA_SUITE}-install
-
-LATEST_LINK?= coda5-server
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
-CONFIGURE_ARGS?= --sysconfdir=${PREFIX}/etc/rc.d
-
-CODA_SUITE?= server
-CODA_VERSION?= 5.3.20
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} > 505000
-BROKEN= does not compile
-.endif
-
-DEPRECATED= no longer available from mastersite
-EXPIRATION_DATE= 2006-10-04
-
-.include <bsd.port.post.mk>