aboutsummaryrefslogtreecommitdiffstats
path: root/misc/ttyrec/Makefile
blob: 6ad81722d21852e0271073292524f4825523efd2 (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
# ex:ts=8
# New ports collection makefile for:   ttyrec
# Date created:                Feb 14, 2001
# Whom:                        Ying-Chieh Liao <ijliao@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   ttyrec
PORTVERSION=    1.0.5
CATEGORIES= misc
MASTER_SITES=   http://namazu.org/~satoru/ttyrec/

MAINTAINER= ports@FreeBSD.org

MAN1=   ttyplay.1 ttyrec.1

do-install:
.for file in ttyrec ttyplay ttytime
    ${INSTALL_PROGRAM} ${WRKSRC}/${file} ${PREFIX}/bin
.endfor
.for file in ${MAN1}
    ${INSTALL_MAN} ${WRKSRC}/${file} ${MAN1PREFIX}/man/man1
.endfor

.include <bsd.port.mk>