summaryrefslogtreecommitdiff
path: root/misc/rlwrap/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/rlwrap/Makefile')
-rw-r--r--misc/rlwrap/Makefile22
1 files changed, 18 insertions, 4 deletions
diff --git a/misc/rlwrap/Makefile b/misc/rlwrap/Makefile
index 12f2fc79578..5c202cb82f8 100644
--- a/misc/rlwrap/Makefile
+++ b/misc/rlwrap/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2009/05/20 00:58:24 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2012/09/30 22:10:42 dholland Exp $
#
-DISTNAME= rlwrap-0.30
-PKGREVISION= 1
+DISTNAME= rlwrap-0.37
CATEGORIES= misc
MASTER_SITES= http://utopia.knoware.nl/~hlub/uck/rlwrap/
@@ -21,10 +20,25 @@ GNU_CONFIGURE= yes
USE_GNU_READLINE= yes
USE_LANGUAGES= c
-USE_TOOLS+= gmake
+USE_TOOLS+= gmake perl:run
TEST_TARGET= check
+REPLACE_PERL+= filters/censor_passwords
+REPLACE_PERL+= filters/count_in_prompt
+REPLACE_PERL+= filters/ftp_filter
+REPLACE_PERL+= filters/history_format
+REPLACE_PERL+= filters/listing
+REPLACE_PERL+= filters/logger
+REPLACE_PERL+= filters/null
+REPLACE_PERL+= filters/paint_prompt
+REPLACE_PERL+= filters/pipeline
+REPLACE_PERL+= filters/pipeto
+REPLACE_PERL+= filters/scrub_prompt
+REPLACE_PERL+= filters/simple_macro
+REPLACE_PERL+= filters/template
+REPLACE_PERL+= filters/unbackspace
+
.include "../../devel/ncurses/buildlink3.mk"
.include "../../devel/readline/buildlink3.mk"