diff options
author | rvb <rvb@FreeBSD.org> | 1998-10-05 19:23:43 +0000 |
---|---|---|
committer | rvb <rvb@FreeBSD.org> | 1998-10-05 19:23:43 +0000 |
commit | b83421a325afc0f4698a0a8224a80ed26ea451d5 (patch) | |
tree | 49e7cd39044f8fa61e136a24259980c9a7d507b4 /net/coda_server/Makefile | |
parent | 59bd9522c9876304a07ec331540362b5b9c72f21 (diff) | |
download | FreeBSD-ports-b83421a325afc0f4698a0a8224a80ed26ea451d5.zip FreeBSD-ports-b83421a325afc0f4698a0a8224a80ed26ea451d5.tar.gz |
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.
Diffstat (limited to 'net/coda_server/Makefile')
-rw-r--r-- | net/coda_server/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/net/coda_server/Makefile b/net/coda_server/Makefile new file mode 100644 index 0000000..1b93463 --- /dev/null +++ b/net/coda_server/Makefile @@ -0,0 +1,25 @@ +# 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> |