blob: c127d6181761b71f786015028647d63c93be75bc (
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.4
CATEGORIES= misc
MASTER_SITES= http://namazu.org/~satoru/ttyrec/
MAINTAINER= ports@FreeBSD.org
do-install:
.for file in ttyrec ttyplay
${INSTALL_PROGRAM} ${WRKSRC}/${file} ${PREFIX}/bin
.endfor
.include <bsd.port.mk>
|