1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/net/coda_intro/Makefile

24 lines
585 B
Makefile
Raw Normal View History

# New ports collection makefile for: coda
# Version required: 4.6.5
# Date created: 19 June 1998
# Whom: Robert V. Baron <rvb@cs.cmu.edu>
#
# $Id: Makefile,v 1.1.1.1 1998/10/05 19:23:43 rvb Exp $
#
DISTNAME= coda-intro-4.6.5-2
PKGNAME= coda-intro-4.6.5.2
CATEGORIES= net
MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/coda/doc/
EXTRACT_SUFX= .tgz
MAINTAINER= rvb@cs.cmu.edu
do-build:
@${ECHO} "These are simple text files. We are copying them to share/doc/coda-doc-.../info"
do-install:
cd ${WRKSRC}; tar cf - doc | (cd ${PREFIX}/share; tar xvf -)
.include <bsd.port.mk>