diff options
Diffstat (limited to 'net/coda5_client/Makefile')
-rw-r--r-- | net/coda5_client/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/net/coda5_client/Makefile b/net/coda5_client/Makefile new file mode 100644 index 000000000000..8d70217f360f --- /dev/null +++ b/net/coda5_client/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-client-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= client-install + +GNU_CONFIGURE= yes +USE_GMAKE= yes + +.include <bsd.port.mk> |