freebsd-ports/net/coda_client/Makefile

26 lines
548 B
Makefile
Raw Normal View History

# New ports collection makefile for: coda
# Version required: 4.6.5
# Date created: 19 June 1998
# Whom: hmpierce <hmpierce@cs.cmu.edu>
#
1998-10-09 16:47:11 -04:00
# $Id: Makefile,v 1.1.1.1 1998/10/05 19:23:42 rvb Exp $
#
1998-10-09 16:47:11 -04:00
DISTNAME= coda-4.6.6
PKGNAME= coda-client-4.6.6.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>