freebsd-ports/sysutils/most/Makefile

33 lines
692 B
Makefile
Raw Normal View History

2013-03-08 15:00:30 +01:00
# Created by: 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
2012-06-01 07:26:28 +02:00
PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= ftp://space.mit.edu/pub/davis/most/ \
LOCAL/ehaupt
MAINTAINER= ehaupt@FreeBSD.org
2013-03-08 15:00:30 +01:00
COMMENT= Pager (like less) which has support for windows and binary files
2011-12-27 16:14:23 +01:00
LICENSE= GPLv2
LIB_DEPENDS= libslang.so:devel/libslang2
USES= tar:bzip2
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--enable-mmap
MAKE_JOBS_UNSAFE= yes
2013-10-23 09:14:05 +02:00
PLIST_FILES= bin/most man/man1/most.1.gz
PORTDOCS= README changes.txt lesskeys.rc most-fun.txt most.doc most.rc
PORTSCOUT= skipv:5.0.0a
post-patch:
@${REINPLACE_CMD} -e 's|<malloc\.h>|<stdlib.h>|' \
${WRKSRC}/src/jdmacros.h
.include <bsd.port.mk>