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