1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/net/coda_client/Makefile

27 lines
540 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>
#
1999-08-30 14:24:37 +00:00
# $FreeBSD$
#
1998-10-09 20:47:11 +00: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/
MASTER_SITES= ${MASTER_SITE_LOCAL}
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>