From 8b1d68ae92d8aa1c1a6f53c211c880645e6a1657 Mon Sep 17 00:00:00 2001 From: Max Khon Date: Sun, 27 Apr 2003 16:31:05 +0000 Subject: New port: lookat Lookat is a program to view Un*x text files and manual pages. PR: 51284 Submitted by: Kirill Ponomarew --- sysutils/lookat/Makefile | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 sysutils/lookat/Makefile (limited to 'sysutils/lookat/Makefile') diff --git a/sysutils/lookat/Makefile b/sysutils/lookat/Makefile new file mode 100644 index 000000000000..588638bf6b4a --- /dev/null +++ b/sysutils/lookat/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: lookat +# Date created: Tue Apr 22 15:56:54 CEST 2003 +# Whom: Kirill Ponomarew +# +# $FreeBSD$ +# + +PORTNAME= lookat +PORTVERSION= 1.3.2 +CATEGORIES= sysutils +MASTER_SITES= http://staf.patat.org/downloads/ +DISTNAME= ${PORTNAME}_bekijk-${PORTVERSION} + +MAINTAINER= ponomarew@oberon.net +COMMENT= Lookat is a program to view Un*x text files and manual pages + +MAN1= lookat.1 + +GNU_CONFIGURE= yes +USE_GMAKE= yes + +do-install: + @${INSTALL_PROGRAM} ${WRKSRC}/lookat ${PREFIX}/bin/ + @${INSTALL_MAN} ${WRKSRC}/lookat.1 ${PREFIX}/man/man1/ + @${INSTALL_DATA} ${WRKSRC}/lookat.conf ${PREFIX}/etc/lookat.conf +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} +.endif + +.include -- cgit v1.2.3