Tweak net/gssdp version 0.14.10
[dports.git] / sysutils / most / Makefile
1 # Created by: rhwang@bigpanda.com
2 # $FreeBSD$
3
4 PORTNAME=       most
5 PORTVERSION=    5.0.0
6 PORTREVISION=   2
7 CATEGORIES=     sysutils
8 MASTER_SITES=   ftp://space.mit.edu/pub/davis/most/ \
9                 CRITICAL
10
11 MAINTAINER=     ehaupt@FreeBSD.org
12 COMMENT=        Pager (like less) which has support for windows and binary files
13
14 LICENSE=        GPLv2
15
16 LIB_DEPENDS=    libslang.so:${PORTSDIR}/devel/libslang2
17
18 USES=           tar:bzip2
19 GNU_CONFIGURE=  yes
20 CONFIGURE_ARGS+=--enable-mmap
21 MAKE_JOBS_UNSAFE=       yes
22
23 PLIST_FILES=    bin/most man/man1/most.1.gz
24 PORTDOCS=       README changes.txt lesskeys.rc most-fun.txt most.doc most.rc
25
26 PORTSCOUT=      skipv:5.0.0a
27
28 post-patch:
29         @${REINPLACE_CMD} -e 's|<malloc\.h>|<stdlib.h>|' \
30                 ${WRKSRC}/src/jdmacros.h
31
32 .include <bsd.port.mk>