mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
03a1db2e02
drop maintainership :)
22 lines
442 B
Makefile
22 lines
442 B
Makefile
# 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>
|