summaryrefslogblamecommitdiff
path: root/net/coda5_server/Makefile
blob: c7af55bbc9e98febc77031984806930e9101995f (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                   

                                                                    
 
           

 

                               
                 

                                                       

                                   
 
                               
 
                                                   
                                             

                                               

                    
                                     


                   


                                                       
                      
 






                                
# 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=	1
CATEGORIES=	net
MASTER_SITES=	ftp://ftp.coda.cs.cmu.edu/pub/coda/src/
PKGNAMESUFFIX=	-${CODA_SUITE}
DISTNAME=	coda-${PORTVERSION}

MAINTAINER=	coda@cs.cmu.edu

LIB_DEPENDS=	gdbm.3:${PORTSDIR}/databases/gdbm \
		lwp.2:${PORTSDIR}/devel/lwp \
		rpc2.4:${PORTSDIR}/devel/rpc2 \
		rvm.2:${PORTSDIR}/devel/rvm

ALL_TARGET=	coda
INSTALL_TARGET=	${CODA_SUITE}-install

GNU_CONFIGURE=	yes
USE_GMAKE=	yes
CONFIGURE_ARGS?=	--sysconfdir=${PREFIX}/etc/rc.d

CODA_SUITE?=	server
CODA_VERSION?=	5.3.19

.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 500037
BROKEN=		"Does not build"
.endif

.include <bsd.port.post.mk>