aboutsummaryrefslogtreecommitdiffstats
path: root/misc/cmatrix/Makefile
blob: 96de864ebb6568d8684613af9b18abbbb404fbb7 (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
27
28
29
30
31
32
33
34
35
# New ports collection makefile for:    cmatrix
# Date created:             1 May 1999
# Whom:                 Andrey Zakhvatov
#
# $FreeBSD$
#

PORTNAME=   cmatrix
PORTVERSION=    1.2a
PORTREVISION=   1
CATEGORIES= misc
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= leeym@FreeBSD.org
COMMENT=    Show a scrolling 'Matrix' like screen

MAN1=       cmatrix.1

USE_GMAKE=  yes
GNU_CONFIGURE=  yes
PORTDOCS=   ChangeLog README TODO
PLIST_FILES=    bin/cmatrix

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/cmatrix ${PREFIX}/bin
    ${INSTALL_MAN} ${WRKSRC}/cmatrix.1 ${PREFIX}/man/man1
.if !defined(NOPORTDOCS)
    @${MKDIR} ${DOCSDIR}
.for f in ${PORTDOCS}
    ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>