1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/misc/cmatrix/Makefile
Kris Kennaway 027f59c9d8 Remove andy@icc.surw.chel.su as maintainer from his ports..he doesn't
have time to maintain them.

Approved by:	andy
2000-03-29 07:19:16 +00:00

27 lines
579 B
Makefile

# New ports collection makefile for: cmatrix
# Version required: 0.98c
# Date created: 1 May 1999
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
DISTNAME= cmatrix-0.98c
CATEGORIES= misc
MASTER_SITES= http://www.plattsburgh.edu/faculty/allegrcr/cmatrix/dist/
MAINTAINER= ports@FreeBSD.org
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>