freebsd-ports/net/coda5_server/Makefile
Robert V. Baron 42ec080314 The current ports will get you Coda release 4.6.5. There are too
many patches in the ports.  So we will crank out a Coda release
4.6.6 later this week.  If anyone wants to play with the 4.6.5
release in the mean time they can.
1998-10-05 19:23:43 +00:00

25 lines
499 B
Makefile

# New ports collection makefile for: coda
# Version required: 4.6.5
# Date created: 19 June 1998
# Whom: hmpierce <hmpierce@cs.cmu.edu>
#
# $Id$
#
DISTNAME= coda-4.6.5
PKGNAME= coda-server-4.6.5.1
CATEGORIES= net
MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/coda/src/
EXTRACT_SUFX= .tgz
MAINTAINER= rvb@cs.cmu.edu
BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm
ALL_TARGET= coda
INSTALL_TARGET= server-install
GNU_CONFIGURE= yes
USE_GMAKE= yes
.include <bsd.port.mk>