diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-07-15 11:00:43 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-07-15 11:00:43 +0000 |
commit | 583f08b7d751475640eeac374a1c5034126a87c7 (patch) | |
tree | 4409bb710504bbdbbc33d562e2ae0d963723b5b6 /misc/lr/Makefile | |
parent | e291c79b6997e0306ab23ea2f690e4ac2a1133e0 (diff) | |
download | FreeBSD-ports-583f08b7d751475640eeac374a1c5034126a87c7.zip FreeBSD-ports-583f08b7d751475640eeac374a1c5034126a87c7.tar.gz |
add lr 1.6
Lazyread can auto-scroll files on your screen in movie credit fashion
PR: 40567
Submitted by: "Michael L.Hostbaek" <mich@freebsdcluster.org>
Diffstat (limited to 'misc/lr/Makefile')
-rw-r--r-- | misc/lr/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/misc/lr/Makefile b/misc/lr/Makefile new file mode 100644 index 0000000..2a38191 --- /dev/null +++ b/misc/lr/Makefile @@ -0,0 +1,26 @@ +# ex:ts=8 +# Ports collection makefile for: lr +# Date created: Tue Jul 14, 2002 +# Whom: Michael L. Hostbaek (mich@freebsdcluster.org) +# +# $FreeBSD$ +# + +PORTNAME= lr +PORTVERSION= 1.6 +CATEGORIES= misc +MASTER_SITES= http://www.seekrut.com/rk/ + +MAINTAINER= mich@freebsdcluster.org + +ALL_TARGET= lr + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin + +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} +.endif + +.include <bsd.port.mk> |