freebsd-ports/misc/ttyrec/Makefile
Ying-Chieh Liao 03a1db2e02 upgrade to 1.0.4
drop maintainership :)
2001-05-18 07:37:07 +00:00

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>