diff options
author | Max Khon <fjoe@FreeBSD.org> | 2003-04-27 16:31:05 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2003-04-27 16:31:05 +0000 |
commit | 8b1d68ae92d8aa1c1a6f53c211c880645e6a1657 (patch) | |
tree | 5faaab5fa9a02232054f548cd2e1ae3b6a2cf939 | |
parent | Upgrade to 2.3. (diff) |
New port: lookat
Lookat is a program to view Un*x text files and manual pages.
PR: 51284
Submitted by: Kirill Ponomarew <ponomarew@oberon.net>
Notes
Notes:
svn path=/head/; revision=79752
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/lookat/Makefile | 31 | ||||
-rw-r--r-- | sysutils/lookat/distinfo | 1 | ||||
-rw-r--r-- | sysutils/lookat/pkg-descr | 3 | ||||
-rw-r--r-- | sysutils/lookat/pkg-plist | 4 |
5 files changed, 40 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 176b689e7bb4..e32ec91376dc 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -138,6 +138,7 @@ SUBDIR += logmon SUBDIR += logrotate SUBDIR += logtool + SUBDIR += lookat SUBDIR += lsmlib SUBDIR += lsof SUBDIR += ltrace 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 <ponomarew@oberon.net> +# +# $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 <bsd.port.mk> 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 |