[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / misc / rlwrap

Annotation of pkgsrc/misc/rlwrap/Makefile, Revision 1.14

1.14    ! wiz         1: # $NetBSD: Makefile,v 1.13 2015/06/12 10:50:36 wiz Exp $
1.1       heinz       2: #
                      3:
1.12      youri       4: DISTNAME=      rlwrap-0.42
1.14    ! wiz         5: PKGREVISION=   2
1.1       heinz       6: CATEGORIES=    misc
                      7: MASTER_SITES=  http://utopia.knoware.nl/~hlub/uck/rlwrap/
                      8:
1.8       tron        9: MAINTAINER=    pkgsrc-users@NetBSD.org
1.1       heinz      10: HOMEPAGE=      http://utopia.knoware.nl/~hlub/uck/rlwrap/
                     11: COMMENT=       Provides command line editing and history for other commands
1.3       wiz        12: LICENSE=       gnu-gpl-v2
1.2       heinz      13:
1.1       heinz      14: GNU_CONFIGURE=         yes
1.5       dholland   15: USE_TOOLS+=            gmake perl:run
1.1       heinz      16:
1.5       dholland   17: REPLACE_PERL+= filters/censor_passwords
                     18: REPLACE_PERL+= filters/count_in_prompt
                     19: REPLACE_PERL+= filters/ftp_filter
                     20: REPLACE_PERL+= filters/history_format
                     21: REPLACE_PERL+= filters/listing
                     22: REPLACE_PERL+= filters/logger
                     23: REPLACE_PERL+= filters/null
                     24: REPLACE_PERL+= filters/paint_prompt
                     25: REPLACE_PERL+= filters/pipeline
                     26: REPLACE_PERL+= filters/pipeto
                     27: REPLACE_PERL+= filters/scrub_prompt
                     28: REPLACE_PERL+= filters/simple_macro
                     29: REPLACE_PERL+= filters/template
                     30: REPLACE_PERL+= filters/unbackspace
                     31:
1.12      youri      32: TEST_TARGET=           check
                     33:
                     34: .include "options.mk"
1.1       heinz      35: .include "../../devel/ncurses/buildlink3.mk"
1.12      youri      36: BUILDLINK_API_DEPENDS.readline+=readline>=4.2
1.1       heinz      37: .include "../../devel/readline/buildlink3.mk"
                     38: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>