mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
168f57451a
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category M. CR: D306 Approved by: portmgr (bapt)
27 lines
769 B
Makefile
27 lines
769 B
Makefile
# Created by: Matt Mills <matt_mills@btopenworld.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ipbt
|
|
DISTVERSION= r8765
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://www.chiark.greenend.org.uk/~sgtatham/ipbt/ \
|
|
LOCAL
|
|
MASTER_SITE_SUBDIR= uqs
|
|
|
|
MAINTAINER= uqs@FreeBSD.org
|
|
COMMENT= High-tech ttyrec player with improvements over ttyplay
|
|
|
|
USES= perl5 shebangfix
|
|
|
|
ALL_TARGET= ${PORTNAME}
|
|
PLIST_FILES= bin/ipbt bin/ttygrep bin/ttydump man/man1/ipbt.1.gz
|
|
SHEBANG_FILES= sbcsgen.pl Makefile ttygrep ttydump
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
|
${INSTALL_SCRIPT} ${WRKSRC}/ttydump ${STAGEDIR}${PREFIX}/bin
|
|
${INSTALL_SCRIPT} ${WRKSRC}/ttygrep ${STAGEDIR}${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/ipbt.1 ${STAGEDIR}${MANPREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|