From 3a0838774c3da20232f215823d17240a73c11914 Mon Sep 17 00:00:00 2001 From: fjoe 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 +++++++++++++++++++++++++++++++ sysutils/lookat/distinfo | 1 + sysutils/lookat/pkg-descr | 3 +++ sysutils/lookat/pkg-plist | 4 ++++ 4 files changed, 39 insertions(+) create mode 100644 sysutils/lookat/Makefile create mode 100644 sysutils/lookat/distinfo create mode 100644 sysutils/lookat/pkg-descr create mode 100644 sysutils/lookat/pkg-plist (limited to 'sysutils/lookat') 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 diff --git a/sysutils/lookat/distinfo b/sysutils/lookat/distinfo new file mode 100644 index 000000000000..243b2138f085 --- /dev/null +++ b/sysutils/lookat/distinfo @@ -0,0 +1 @@ +MD5 (lookat_bekijk-1.3.2.tar.gz) = a3f4b1bf0953dd7fb6dbbcd6e788cddd diff --git a/sysutils/lookat/pkg-descr b/sysutils/lookat/pkg-descr new file mode 100644 index 000000000000..54316b2c3646 --- /dev/null +++ b/sysutils/lookat/pkg-descr @@ -0,0 +1,3 @@ +Lookat is a program to view Un*x text files and manual pages. + +WWW: http://staf.patat.org/lookat/ diff --git a/sysutils/lookat/pkg-plist b/sysutils/lookat/pkg-plist new file mode 100644 index 000000000000..3d0948af9ba8 --- /dev/null +++ b/sysutils/lookat/pkg-plist @@ -0,0 +1,4 @@ +bin/lookat +etc/lookat.conf +share/doc/lookat/README +@dirrm share/doc/lookat -- cgit