diff options
author | pooka <pooka@pkgsrc.org> | 2007-06-08 06:07:25 +0000 |
---|---|---|
committer | pooka <pooka@pkgsrc.org> | 2007-06-08 06:07:25 +0000 |
commit | 6b2cad4bae3b6aa49ff0525a22e287f96015e77c (patch) | |
tree | 2aa83f8026f6000f080af35e3231cb3c85fe1ee5 /misc/ipbt/Makefile | |
parent | 1af44cce13f491d49360067b447caadedf3201e3 (diff) | |
download | pkgsrc-6b2cad4bae3b6aa49ff0525a22e287f96015e77c.tar.gz |
ipbt, a high-tech ttyrec player with the ability to seek
Diffstat (limited to 'misc/ipbt/Makefile')
-rw-r--r-- | misc/ipbt/Makefile | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/misc/ipbt/Makefile b/misc/ipbt/Makefile new file mode 100644 index 00000000000..a3bd0b1bf32 --- /dev/null +++ b/misc/ipbt/Makefile @@ -0,0 +1,31 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/06/08 06:07:25 pooka Exp $ +# + +DISTNAME= ipbt-r7471 +PKGNAME= ipbt-7471 +CATEGORIES= misc +MASTER_SITES= http://www.chiark.greenend.org.uk/~sgtatham/ipbt/ + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://www.chiark.greenend.org.uk/~sgtatham/ipbt/ +COMMENT= High-tech ttyrec player + +USE_TOOLS+= perl +BUILD_TARGET= ipbt + +INCOMPAT_CURSES=NetBSD-*-* + +post-build: + ${SED} -e "s,/usr/bin/perl,${PERL5}," \ + ${WRKSRC}/ttydump > ${WRKSRC}/ttydump.path + ${SED} -e "s,/usr/bin/perl,${PERL5}," \ + ${WRKSRC}/ttygrep > ${WRKSRC}/ttygrep.path + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/ipbt ${PREFIX}/bin/ipbt + ${INSTALL_MAN} ${WRKSRC}/ipbt.1 ${PREFIX}/${PKGMANDIR}/man1/ipbt.1 + ${INSTALL_SCRIPT} ${WRKSRC}/ttydump.path ${PREFIX}/bin/ttydump + ${INSTALL_SCRIPT} ${WRKSRC}/ttygrep.path ${PREFIX}/bin/ttygrep + +.include "../../devel/ncurses/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |