diff options
author | pav <pav@FreeBSD.org> | 2005-07-09 09:03:07 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-07-09 09:03:07 +0800 |
commit | ce887df05e17d5a7ae14c2fc536107519d353d21 (patch) | |
tree | 845c4cb60ab04d1e6fb513e7b8a864b7f2e1c572 /sysutils/mmore/Makefile | |
parent | b55445d9de3a48216c69047838783d48687c469c (diff) | |
download | freebsd-ports-graphics-ce887df05e17d5a7ae14c2fc536107519d353d21.tar.gz freebsd-ports-graphics-ce887df05e17d5a7ae14c2fc536107519d353d21.tar.zst freebsd-ports-graphics-ce887df05e17d5a7ae14c2fc536107519d353d21.zip |
Add mmore, a Motif/X file/stream viewer.
PR: ports/83134
Submitted by: Matthew Holder <sixxgate@hotmail.com>
Diffstat (limited to 'sysutils/mmore/Makefile')
-rw-r--r-- | sysutils/mmore/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/sysutils/mmore/Makefile b/sysutils/mmore/Makefile new file mode 100644 index 00000000000..3b61cb683d5 --- /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> |