1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/net/coda5_server/Makefile
Robert V. Baron 53edbcf7a0 New Release
1999-02-26 16:08:55 +00:00

25 lines
498 B
Makefile

# New ports collection makefile for: coda-server
# Version required: 5.0.3
# Date created: Thu Feb 25 13:55:42 EST 1999
# Whom: root#
# $FreeBSD$
#
DISTNAME= coda-5.0.3
PKGNAME= coda-server-5.0.3
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= server-install
GNU_CONFIGURE= yes
USE_GMAKE= yes
.include <bsd.port.mk>