freebsd-ports/devel/rlwrap/Makefile

31 lines
604 B
Makefile
Raw Normal View History

2001-08-12 13:07:24 +02:00
# ex:ts=8
# New ports collection makefile for: rlwrap
# Date created: Aug 12, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= rlwrap
PORTVERSION= 0.15
2001-08-12 13:07:24 +02:00
CATEGORIES= devel
MASTER_SITES= http://utopia.knoware.nl/~hlub/uck/rlwrap/
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
2003-02-20 18:07:10 +01:00
COMMENT= Readline wrapper
2001-08-12 13:07:24 +02:00
.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
2001-08-12 13:07:24 +02:00
USE_GETOPT_LONG= yes
2001-08-12 13:07:24 +02:00
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
2001-08-12 13:07:24 +02:00
MAN1= rlwrap.1
.include <bsd.port.post.mk>