blob: e800d001553359399f4e33f102daec82fd12c64c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# 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>
|