aboutsummaryrefslogtreecommitdiff
path: root/devel/rlwrap/Makefile
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-02-20 15:57:38 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-02-20 15:57:38 +0000
commitce1123fb304a8e0b37e2aae95fae7c4c803a7089 (patch)
treec7e2055db9a3c1c7605e56e800bd3d86c07baaac /devel/rlwrap/Makefile
parentd844eada86a09f6b7b3d11fc4cc7ac77fa3a48bf (diff)
downloadports-ce1123fb304a8e0b37e2aae95fae7c4c803a7089.tar.gz
ports-ce1123fb304a8e0b37e2aae95fae7c4c803a7089.zip
Notes
Diffstat (limited to 'devel/rlwrap/Makefile')
-rw-r--r--devel/rlwrap/Makefile15
1 files changed, 7 insertions, 8 deletions
diff --git a/devel/rlwrap/Makefile b/devel/rlwrap/Makefile
index aad2e5a97e8b..922493ee67b6 100644
--- a/devel/rlwrap/Makefile
+++ b/devel/rlwrap/Makefile
@@ -7,24 +7,23 @@
#
PORTNAME= rlwrap
-PORTVERSION= 0.15
+PORTVERSION= 0.18
CATEGORIES= devel
MASTER_SITES= http://utopia.knoware.nl/~hlub/uck/rlwrap/
-EXTRACT_SUFX= .tgz
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
-USE_GETOPT_LONG= yes
-GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
-
-MAN1= rlwrap.1
-
.include <bsd.port.post.mk>