mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
27 lines
583 B
Makefile
27 lines
583 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= 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>
|