1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/net/coda5_client/Makefile

25 lines
498 B
Makefile
Raw Normal View History

# New ports collection makefile for: coda-client
1999-06-04 23:00:03 +00:00
# Version required: 5.2.4
# Date created: Fri Jun 4 12:01:27 EDT 1999
1999-02-21 20:10:05 +00:00
# Whom: root#
# $FreeBSD$
#
1999-06-04 23:00:03 +00:00
DISTNAME= coda-5.2.4
PKGNAME= coda-client-5.2.4
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>