openbsd-ports/misc/ttyrec/Makefile
reinhard d14a9ddc4a update to ttyrec-1.0.5
*) bump NEED_VERSION
*) files/md5 -> distinfo
2002-03-15 11:15:02 +00:00

30 lines
670 B
Makefile

# $OpenBSD: Makefile,v 1.4 2002/03/15 11:15:02 reinhard Exp $
COMMENT= "tty recorder"
DISTNAME= ttyrec-1.0.5
CATEGORIES= misc
NEED_VERSION= 1.510
MASTER_SITES= http://namazu.org/~satoru/ttyrec/
HOMEPAGE= http://namazu.org/~satoru/ttyrec/index.html.en
MAINTAINER= Reinhard J. Sammer <reinhard@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
NO_REGRESS= Yes
BIN= ttyplay ttyrec ttytime
do-install:
@cd ${WRKSRC} && ${INSTALL_PROGRAM} ${BIN} ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ttyrec
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/ttyrec
.include <bsd.port.mk>