freebsd-ports/misc/cmatrix/Makefile
Seiichirou Hiraoka 9813d41064 Update to 0.98c
PR:  ports/11474
Submitted by: cpiazza@home.net
1999-05-05 14:37:25 +00:00

26 lines
629 B
Makefile

# New ports collection makefile for: cmatrix
# Version required: 0.98c
# Date created: 1 May 1999
# Whom: Andrey Zakhvatov
#
# $Id: Makefile,v 1.1.1.1 1999/05/03 04:36:13 steve 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>