freebsd-ports/net/coda5_server/Makefile
Mark Linimon 7e2a23110e Mark DEPRECATED. The coda5 ports no longer fetch; the coda6 ports are
almost 2 years out-of-date; none of them compile on 5-STABLE or 6-STABLE
at this point.

Reset maintainer of coda6_* due to no response to questions about status.

Hat:		portmgr
2006-07-04 23:19:50 +00:00

44 lines
981 B
Makefile

# 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?= coda@cs.cmu.edu
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>