diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-09 01:03:07 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-09 01:03:07 +0000 |
commit | 1662e7283192e2de49f09e509bd2abf973c13f2c (patch) | |
tree | c1be8642243eb821a565f523c422ca46317062e5 /sysutils/mmore | |
parent | d73b63667b830c9200ad118d49af65d50cf0e0a2 (diff) | |
download | ports-1662e7283192e2de49f09e509bd2abf973c13f2c.tar.gz ports-1662e7283192e2de49f09e509bd2abf973c13f2c.zip |
Notes
Diffstat (limited to 'sysutils/mmore')
-rw-r--r-- | sysutils/mmore/Makefile | 22 | ||||
-rw-r--r-- | sysutils/mmore/distinfo | 2 | ||||
-rw-r--r-- | sysutils/mmore/pkg-descr | 6 | ||||
-rw-r--r-- | sysutils/mmore/pkg-plist | 2 |
4 files changed, 32 insertions, 0 deletions
diff --git a/sysutils/mmore/Makefile b/sysutils/mmore/Makefile new file mode 100644 index 000000000000..3b61cb683d57 --- /dev/null +++ b/sysutils/mmore/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: mmore +# Date created: 8 July 2005 +# Whom: Matthew Holder <sixxgate@hotmail.com> +# +# $FreeBSD$ +# + +PORTNAME= mmore +PORTVERSION= 1.0 +CATEGORIES= sysutils +MASTER_SITES= http://matt.sixxgate.com/files/ + +MAINTAINER= sixxgate@hotmail.com +COMMENT= An Motif/X file/stream viewer + +USE_MOTIF= yes +USE_BZIP2= yes +USE_IMAKE= yes +MAN1= mmore.1 +MANCOMPRESSED= yes + +.include <bsd.port.mk> diff --git a/sysutils/mmore/distinfo b/sysutils/mmore/distinfo new file mode 100644 index 000000000000..63c361144338 --- /dev/null +++ b/sysutils/mmore/distinfo @@ -0,0 +1,2 @@ +MD5 (mmore-1.0.tar.bz2) = 749d0e1a99d91fb0f278e1b8430f8a7b +SIZE (mmore-1.0.tar.bz2) = 14659 diff --git a/sysutils/mmore/pkg-descr b/sysutils/mmore/pkg-descr new file mode 100644 index 000000000000..a3881d1e0459 --- /dev/null +++ b/sysutils/mmore/pkg-descr @@ -0,0 +1,6 @@ +A file/stream viewer for Motif/X. + +WWW: http://matt.sixxgate.com/ + +- Matthew Holder +sixxgate@hotmail.com diff --git a/sysutils/mmore/pkg-plist b/sysutils/mmore/pkg-plist new file mode 100644 index 000000000000..24af9b37a8d8 --- /dev/null +++ b/sysutils/mmore/pkg-plist @@ -0,0 +1,2 @@ +bin/mmore +lib/X11/app-defaults/MMore |