23 lines
494 B
Makefile
23 lines
494 B
Makefile
# Created by: Matthew Holder <sixxgate@hotmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mmore
|
|
PORTVERSION= 1.01
|
|
PORTREVISION= 3
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://matt.sixxgate.com/files/
|
|
|
|
MAINTAINER= sixxgate@hotmail.com
|
|
COMMENT= Motif/X file/stream viewer
|
|
|
|
BROKEN= unfetchable, MASTER_SITES is parked
|
|
DEPRECATED= Broken for more than 6 month
|
|
EXPIRATION_DATE= 2014-02-27
|
|
USES= imake motif
|
|
USE_BZIP2= yes
|
|
USE_XORG= x11 xmu xt
|
|
MAN1= mmore.1
|
|
MANCOMPRESSED= yes
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|