diff options
author | fjoe <fjoe@FreeBSD.org> | 2003-04-28 00:31:05 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2003-04-28 00:31:05 +0800 |
commit | 3a0838774c3da20232f215823d17240a73c11914 (patch) | |
tree | abc9f3c241fe5574d2f96b957d13269aa66e7a1e /sysutils | |
parent | 1dae165cc0a4924a18c89f8685242513c3e1d7d4 (diff) | |
download | freebsd-ports-gnome-3a0838774c3da20232f215823d17240a73c11914.tar.gz freebsd-ports-gnome-3a0838774c3da20232f215823d17240a73c11914.tar.zst freebsd-ports-gnome-3a0838774c3da20232f215823d17240a73c11914.zip |
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>
Diffstat (limited to 'sysutils')
-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 |