summaryrefslogtreecommitdiff
path: root/misc/ipbt/Makefile
diff options
context:
space:
mode:
authorBeech Rintoul <beech@FreeBSD.org>2008-12-14 22:58:33 +0000
committerBeech Rintoul <beech@FreeBSD.org>2008-12-14 22:58:33 +0000
commitb89c6a4ffdc00ed24984b7cb24e0beedf7969e0f (patch)
tree713f96741aef69945c56432a54a6c6fbcfa0da65 /misc/ipbt/Makefile
parentUpdate to 1.11.0 (diff)
- Restore from attic and unbreak
- 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>
Notes
Notes: svn path=/head/; revision=224254
Diffstat (limited to 'misc/ipbt/Makefile')
-rw-r--r--misc/ipbt/Makefile35
1 files changed, 35 insertions, 0 deletions
diff --git a/misc/ipbt/Makefile b/misc/ipbt/Makefile
new file mode 100644
index 000000000000..534238862d3d
--- /dev/null
+++ b/misc/ipbt/Makefile
@@ -0,0 +1,35 @@
+# 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>