2013-03-08 15:00:30 +01:00
|
|
|
# Created by: rhwang@bigpanda.com
|
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
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 2
|
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/ \
|
2015-01-06 10:40:16 +01:00
|
|
|
LOCAL/ehaupt
|
1997-06-03 22:11:23 +02:00
|
|
|
|
2005-10-06 13:57:11 +02:00
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
2013-03-08 15:00:30 +01:00
|
|
|
COMMENT= Pager (like less) which has support for windows and binary files
|
1997-06-03 22:11:23 +02:00
|
|
|
|
2011-12-27 16:14:23 +01:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2016-04-01 16:25:16 +02:00
|
|
|
LIB_DEPENDS= libslang.so:devel/libslang2
|
1997-06-03 22:11:23 +02:00
|
|
|
|
2014-03-14 11:15:52 +01:00
|
|
|
USES= tar:bzip2
|
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
|
|
|
|
2013-10-23 09:14:05 +02:00
|
|
|
PLIST_FILES= bin/most man/man1/most.1.gz
|
2005-09-02 12:25:12 +02:00
|
|
|
PORTDOCS= README changes.txt lesskeys.rc most-fun.txt most.doc most.rc
|
1997-06-03 22:11:23 +02:00
|
|
|
|
2010-06-24 20:20:29 +02:00
|
|
|
PORTSCOUT= skipv:5.0.0a
|
|
|
|
|
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>
|