1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/net/coda5_client/Makefile
Robert V. Baron 8072d25b43 Install 5.3.2
1999-10-19 00:12:41 +00:00

25 lines
497 B
Makefile

# New ports collection makefile for: coda-client
# Version required: 5.3.2
# Date created: Mon Oct 18 12:01:27 EDT 1999
# Whom: ???
# $FreeBSD$
#
DISTNAME= coda-5.3.2
PKGNAME= coda-client-5.3.2
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>