mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
3b72d26706
port on 4.x, where it is known not to work. PR: 53440 Submitted by: Mark Linimon <linimon@lonesome.com>
31 lines
604 B
Makefile
31 lines
604 B
Makefile
# ex:ts=8
|
|
# New ports collection makefile for: rlwrap
|
|
# Date created: Aug 12, 2001
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= rlwrap
|
|
PORTVERSION= 0.15
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://utopia.knoware.nl/~hlub/uck/rlwrap/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Readline wrapper
|
|
|
|
.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
|
|
|
|
USE_GETOPT_LONG= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
|
|
|
MAN1= rlwrap.1
|
|
|
|
.include <bsd.port.post.mk>
|