aboutsummaryrefslogtreecommitdiffstats
path: root/misc/ttyrec/Makefile
blob: 4905c3f01a1c029c0971cbf09ba25cea57d7aeaf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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.2
CATEGORIES= misc
MASTER_SITES=   http://namazu.org/~satoru/ttyrec/

MAINTAINER= ijliao@FreeBSD.org

do-install:
.for file in ttyrec ttyplay
    ${INSTALL_PROGRAM} ${WRKSRC}/${file} ${PREFIX}/bin
.endfor

.include <bsd.port.mk>