freebsd-ports/misc/ipbt/Makefile
2007-04-21 17:31:18 +00:00

34 lines
884 B
Makefile

# New ports collection makefile for: ipbt
# Date created: 7 May 2006
# Whom: Matt Mills <matt_mills@btopenworld.com>
#
# $FreeBSD$
#
PORTNAME= ipbt
DISTVERSION= r7379
CATEGORIES= misc
MASTER_SITES= http://www.chiark.greenend.org.uk/~sgtatham/ipbt/ \
http://freebsd.unixfreunde.de/sources/
MAINTAINER= matt_mills@btopenworld.com
COMMENT= A high-tech ttyrec player with improvements over ttyplay
BROKEN= Size mismatch
USE_PERL5= yes
ALL_TARGET= ${PORTNAME}
PLIST_FILES= bin/ipbt bin/ttygrep bin/ttydump
post-patch:
@${REINPLACE_CMD} -e '1s|.*|#!${PERL} -w|' ${WRKSRC}/sbcsgen.pl
@${REINPLACE_CMD} -e 's|perl|${PERL}|' ${WRKSRC}/${MAKEFILE}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/ttydump ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/ttygrep ${PREFIX}/bin
.include <bsd.port.mk>