blob: b8a9d73002db9735ca89a487f474a38d63a330e5 (
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
25
26
27
28
29
30
31
32
33
34
35
36
37
|
# New ports collection makefile for: most
# Date created: 31 May 1997
# Whom: rhwang@bigpanda.com
#
# $FreeBSD$
#
PORTNAME= most
PORTVERSION= 5.0.0
PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= ftp://space.mit.edu/pub/davis/most/ \
CRITICAL
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= A pager (like less) which has support for windows and binary files
LICENSE= GPLv2
LIB_DEPENDS= slang.2:${PORTSDIR}/devel/libslang2
USE_BZIP2= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--enable-mmap
MAKE_JOBS_UNSAFE= yes
PLIST_FILES= bin/most
PORTDOCS= README changes.txt lesskeys.rc most-fun.txt most.doc most.rc
MAN1= most.1
PORTSCOUT= skipv:5.0.0a
post-patch:
@${REINPLACE_CMD} -e 's|<malloc\.h>|<stdlib.h>|' \
${WRKSRC}/src/jdmacros.h
.include <bsd.port.mk>
|