blob: 1f1f210c28593c45f1dec046f37f4d2494efa61c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# New ports collection makefile for: mmore
# Date created: 8 July 2005
# Whom: Matthew Holder <sixxgate@hotmail.com>
#
# $FreeBSD$
#
PORTNAME= mmore
PORTVERSION= 1.01
PORTREVISION= 2
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
USE_XORG= x11 xmu xt
MAN1= mmore.1
MANCOMPRESSED= yes
.include <bsd.port.mk>
|