# New ports collection makefile for:	cmatrix
# Version required:			0.98c
# Date created:				1 May 1999
# Whom:					Andrey Zakhvatov
#
# $FreeBSD: ports/misc/cmatrix/Makefile,v 1.3 1999/08/25 07:21:18 obrien Exp $
#

DISTNAME=	cmatrix-0.98c
CATEGORIES=	misc
MASTER_SITES=	http://www.plattsburgh.edu/faculty/allegrcr/cmatrix/dist/

MAINTAINER=	andy@icc.surw.chel.su

do-install:
	@ ${INSTALL_PROGRAM} ${WRKSRC}/cmatrix ${PREFIX}/bin

post-install:
.if !defined(NOPORTDOCS)
	@ ${MKDIR} ${PREFIX}/share/doc/cmatrix
.for file in Changelog README TODO
	@ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/cmatrix
.endfor
.endif

.include <bsd.port.mk>
