mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
25 lines
483 B
Makefile
25 lines
483 B
Makefile
# New ports collection makefile for: coda-server
|
|
# Date created: Mon Oct 18 12:01:28 EDT 1999
|
|
# Whom: ???#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= coda-server
|
|
PORTVERSION= 5.3.2
|
|
CATEGORIES= net
|
|
MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/coda/src/
|
|
DISTNAME= coda-5.3.2
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= rvb@cs.cmu.edu
|
|
|
|
BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm
|
|
|
|
ALL_TARGET= coda
|
|
INSTALL_TARGET= server-install
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
|
|
.include <bsd.port.mk>
|