1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00
freebsd-ports/misc/ttyrec/Makefile

33 lines
702 B
Makefile
Raw Normal View History

2001-02-13 17:26:35 +00:00
# New ports collection makefile for: ttyrec
# Date created: Feb 14, 2001
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= ttyrec
PORTVERSION= 1.0.8
PORTREVISION= 1
2001-02-13 17:26:35 +00:00
CATEGORIES= misc
MASTER_SITES= http://0xcc.net/ttyrec/
2001-02-13 17:26:35 +00:00
MAINTAINER= lippe@FreeBSD.org
2003-02-20 19:00:52 +00:00
COMMENT= Tty recorder
2001-02-13 17:26:35 +00:00
PLIST_FILES= bin/ttyplay \
bin/ttyrec \
bin/ttytime
2002-02-16 08:58:37 +00:00
MAN1= ttyplay.1 ttyrec.1
BINS= ttyplay ttyrec ttytime
2002-02-16 08:58:37 +00:00
2002-10-23 08:52:06 +00:00
post-patch:
@${REINPLACE_CMD} -e "s|^CC|#CC|g" -e "s|^CFLAGS|#CFLAGS|g" \
${WRKSRC}/Makefile
2001-02-13 17:26:35 +00:00
do-install:
${INSTALL_PROGRAM} ${BINS:S,^,${WRKSRC}/,} ${PREFIX}/bin
${INSTALL_MAN} ${MAN1:S,^,${WRKSRC}/,} ${MAN1PREFIX}/man/man1
2001-02-13 17:26:35 +00:00
.include <bsd.port.mk>