freebsd-ports/sysutils/most/Makefile

35 lines
813 B
Makefile
Raw Normal View History

# New ports collection makefile for: most
# Date created: 31 May 1997
# Whom: rhwang@bigpanda.com
#
1999-08-25 09:23:21 +02:00
# $FreeBSD$
#
2000-04-14 10:49:30 +02:00
PORTNAME= most
2007-12-11 20:21:29 +01:00
PORTVERSION= 5.0.0
CATEGORIES= sysutils
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
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
2007-12-11 20:21:29 +01:00
LIB_DEPENDS= slang.2:${PORTSDIR}/devel/libslang2
2007-12-11 20:21:29 +01:00
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
post-patch:
@${REINPLACE_CMD} -e 's|<malloc\.h>|<stdlib.h>|' \
${WRKSRC}/src/jdmacros.h
.include <bsd.port.mk>