1997-06-03 20:11:23 +00:00
|
|
|
# New ports collection makefile for: most
|
2005-09-02 10:25:12 +00:00
|
|
|
# Date created: 31 May 1997
|
|
|
|
# Whom: rhwang@bigpanda.com
|
1997-06-03 20:11:23 +00:00
|
|
|
#
|
1999-08-25 07:23:21 +00:00
|
|
|
# $FreeBSD$
|
1997-06-03 20:11:23 +00:00
|
|
|
#
|
|
|
|
|
2000-04-14 08:49:30 +00:00
|
|
|
PORTNAME= most
|
2005-09-02 10:25:12 +00:00
|
|
|
PORTVERSION= 4.10.2
|
2005-09-15 13:14:55 +00:00
|
|
|
PORTREVISION= 1
|
2005-07-10 11:15:10 +00:00
|
|
|
CATEGORIES= sysutils
|
2004-07-11 11:37:47 +00:00
|
|
|
MASTER_SITES= ftp://space.mit.edu/pub/davis/most/ \
|
|
|
|
ftp://ftp.uni-stuttgart.de/pub/unix/misc/slang/most/ \
|
|
|
|
http://gd.tuwien.ac.at/editors/davis/most/
|
1997-06-03 20:11:23 +00:00
|
|
|
|
2005-10-06 11:57:11 +00:00
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
2003-02-21 12:51:06 +00:00
|
|
|
COMMENT= A pager (like less) which has support for windows and binary files
|
1997-06-03 20:11:23 +00:00
|
|
|
|
1998-09-25 10:18:41 +00:00
|
|
|
LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang
|
1997-06-03 20:11:23 +00:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2004-03-10 22:22:42 +00:00
|
|
|
CONFIGURE_ARGS+=--enable-mmap
|
2005-09-02 10:25:12 +00:00
|
|
|
|
|
|
|
PLIST_FILES= bin/most
|
|
|
|
PORTDOCS= README changes.txt lesskeys.rc most-fun.txt most.doc most.rc
|
1997-06-03 20:11:23 +00:00
|
|
|
MAN1= most.1
|
|
|
|
|
2005-09-02 10:25:12 +00:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|<malloc\.h>|<stdlib.h>|' \
|
|
|
|
${WRKSRC}/src/jdmacros.h
|
|
|
|
|
1997-06-03 20:11:23 +00:00
|
|
|
.include <bsd.port.mk>
|