summaryrefslogtreecommitdiffstats
path: root/devel/rlwrap/Makefile
blob: 922493ee67b67a1e1595dd485c9a01a9d95eef9a (plain)
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
# ex:ts=8
# New ports collection makefile for:	rlwrap
# Date created:			Aug 12, 2001
# Whom:				ijliao
#
# $FreeBSD$
#

PORTNAME=	rlwrap
PORTVERSION=	0.18
CATEGORIES=	devel
MASTER_SITES=	http://utopia.knoware.nl/~hlub/uck/rlwrap/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Readline wrapper

USE_GETOPT_LONG=	yes
GNU_CONFIGURE=	yes
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}

MAN1=	rlwrap.1

.include <bsd.port.pre.mk>

.if ${OSVERSION} < 500018
IGNORE=		"Requires readline 4.2 or newer, only available in recent versions of FreeBSD 5.x"
.endif

.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud