aboutsummaryrefslogtreecommitdiffstats
path: root/misc/lr/Makefile
diff options
context:
space:
mode:
authornaddy <naddy@FreeBSD.org>2002-07-23 19:07:04 +0800
committernaddy <naddy@FreeBSD.org>2002-07-23 19:07:04 +0800
commit0e45d90ff6a937b5485c9663eb85846f594f4ba2 (patch)
tree5ba7b17f3063612452d30de961a5fc791e6cc7b1 /misc/lr/Makefile
parentde9eabf02053d1cff528401ec5bfb19e8337f7c9 (diff)
downloadfreebsd-ports-graphics-0e45d90ff6a937b5485c9663eb85846f594f4ba2.tar.gz
freebsd-ports-graphics-0e45d90ff6a937b5485c9663eb85846f594f4ba2.tar.zst
freebsd-ports-graphics-0e45d90ff6a937b5485c9663eb85846f594f4ba2.zip
* Update to 1.7.
PR: 40888 Submitted by: Michael L. Hostbaek <mich@freebsdcluster.org> * Honor CC/CFLAGS. Approved by: maintainer
Diffstat (limited to 'misc/lr/Makefile')
-rw-r--r--misc/lr/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/misc/lr/Makefile b/misc/lr/Makefile
index 2a38191e823..35bfff121ee 100644
--- a/misc/lr/Makefile
+++ b/misc/lr/Makefile
@@ -7,16 +7,17 @@
#
PORTNAME= lr
-PORTVERSION= 1.6
+PORTVERSION= 1.7
CATEGORIES= misc
MASTER_SITES= http://www.seekrut.com/rk/
MAINTAINER= mich@freebsdcluster.org
-ALL_TARGET= lr
+do-build:
+ cd ${WRKSRC}; ${CC} ${CFLAGS} -o lr lr.c -lncurses
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/lr ${PREFIX}/bin
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}