Annotation of pkgsrc/editors/vile/Makefile, revision 1.26

1.26    ! wiz         1: # $NetBSD: Makefile,v 1.25 2002/05/08 11:44:50 kleink Exp $
1.1       agc         2: # FreeBSD Id: Makefile,v 1.13 1997/09/06 19:55:09 gj Exp
                      3: 
1.20      jlam        4: DISTNAME=              vile-9.0
                      5: CATEGORIES=            editors
                      6: MASTER_SITES=          ftp://ftp.clark.net/pub/dickey/vile/ \
                      7:                        ftp://ftp.phred.org/pub/vile/
                      8: EXTRACT_SUFX=          .tgz
                      9: 
                     10: MAINTAINER=            [email protected]
1.22      wiz        11: COMMENT=               VI Like Emacs.  a vi "workalike", with many additional features
1.20      jlam       12: 
1.26    ! wiz        13: USE_BUILDLINK2=                # defined
1.20      jlam       14: GNU_CONFIGURE=         # defined
                     15: CONFIGURE_ARGS+=       --with-perl
                     16: CONFIGURE_ARGS+=       --datadir=${DATADIR}
                     17: CONFIGURE_ARGS+=       --with-libdir-path=${FILTERDIR}
                     18: 
                     19: # Until the source catches up to the current Perl API, we need PERL_POLLUTE
                     20: # to look like an older perl.
                     21: CPPFLAGS+=             -DPERL_POLLUTE=1
1.1       agc        22: 
1.16      tron       23: MAKEFILE=              makefile
1.20      jlam       24: INSTALL_TARGET=                install install-perl
1.16      tron       25: 
1.20      jlam       26: DATADIR=               ${PREFIX}/share/vile
                     27: FILTERDIR=             ${PREFIX}/libexec/vile
                     28: EGDIR=                 ${PREFIX}/share/examples/vile
1.17      agc        29: 
1.1       agc        30: post-install:
1.20      jlam       31:        @${INSTALL_SCRIPT} ${WRKSRC}/perl/vileget ${PREFIX}/bin/vileget
                     32:        @${INSTALL_DATA_DIR} ${EGDIR}
1.15      agc        33:        @for f in filters/spell.rc filters/filters.rc           \
                     34:                macros/digraphs.rc macros/pictmode.rc           \
                     35:                macros/manpage.rc visvile/visvile.rc; do        \
1.20      jlam       36:                ${INSTALL_DATA} ${WRKSRC}/$$f ${EGDIR};         \
1.15      agc        37:        done
1.21      wiz        38: 
1.26    ! wiz        39: .include "../../devel/ncurses/buildlink2.mk"
        !            40: .include "../../lang/perl5/buildlink2.mk"
1.5       agc        41: .include "../../mk/bsd.pkg.mk"

CVSweb <[email protected]>