aboutsummaryrefslogtreecommitdiffstats
path: root/misc/ipbt/Makefile
blob: 330d1dc988eb8e7ba2d4c071e0ce01fe760398a5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# 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/ \
        ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= uqs

MAINTAINER= uqs@FreeBSD.org
COMMENT=    A high-tech ttyrec player with improvements over ttyplay

MAN1=       ipbt.1

USES=       perl5

ALL_TARGET= ${PORTNAME}
PLIST_FILES=    bin/ipbt bin/ttygrep bin/ttydump

NO_STAGE=   yes
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>
sparc64: fails to install.linimon2011-07-161-0/+4 * Maintainer: stephen@missouri.edu -> stephen@FreeBSD.orgstephen2011-06-141-1/+1 * - Get Rid MD5 supportmiwi2011-03-201-4/+0 * Fix a problem with symbol duplication when code is linked with both the arpackstefan2010-07-022-2/+8 * Bump PORTREVISION for everything that sets USE_FORTRAN=yes which nowgerald2009-09-131-1/+1