mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
b89c6a4ffd
- Pass maintainership to submitter (port was abandoned) - Port was broken because of rerolled distfile. I diffed the current available sources against the last available sources of r7379 with MD5 of 302677b84fe746ed0314dbe5f68a047c and there are only innocuous changes to do with usage(), copyrights and documentation. PR: ports/129635 Submitted by: Ulrich Spoerlein <uspoerlein@gmail.com>
36 lines
956 B
Makefile
36 lines
956 B
Makefile
# New ports collection makefile for: ipbt
|
|
# Date created: 7 May 2006
|
|
# Whom: Matt Mills <matt_mills@btopenworld.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ipbt
|
|
DISTVERSION= r7471
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://www.chiark.greenend.org.uk/~sgtatham/ipbt/ \
|
|
http://freebsd.unixfreunde.de/sources/ \
|
|
https://www.spoerlein.net/pub/
|
|
|
|
MAINTAINER= uspoerlein@gmail.com
|
|
COMMENT= A high-tech ttyrec player with improvements over ttyplay
|
|
|
|
MAN1= ipbt.1
|
|
|
|
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
|
|
${INSTALL_MAN} ${WRKSRC}/ipbt.1 ${PREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|