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

1.17    ! agc         1: # $NetBSD: Makefile,v 1.16 1999/12/26 17:57:50 tron Exp $
1.1       agc         2: # FreeBSD Id: Makefile,v 1.13 1997/09/06 19:55:09 gj Exp
                      3: 
1.16      tron        4: DISTNAME=      vile-9.0
1.1       agc         5: CATEGORIES=    editors
1.8       agc         6: MASTER_SITES=   ftp://ftp.clark.net/pub/dickey/vile/ \
1.16      tron        7:                ftp://ftp.uni-trier.de/pub/unix/editor/vile/ \
                      8:                ftp://ftp.phred.org/pub/vile/
1.10      frueauf     9: EXTRACT_SUFX=  .tgz
1.1       agc        10: 
1.6       frueauf    11: MAINTAINER=    [email protected]
1.1       agc        12: 
1.16      tron       13: MAKEFILE=              makefile
                     14: GNU_CONFIGURE=         yes
                     15: CONFIGURE_ARGS+=       --with-perl \
1.17    ! agc        16:                        --with-libdir-path=${PREFIX}/libexec
1.16      tron       17: USE_PERL5=             yes
                     18: 
1.8       agc        19: INSTALL_TARGET=        install install-perl
1.17    ! agc        20: 
        !            21: .include "../../mk/bsd.prefs.mk"
        !            22: 
        !            23: .if ${OPSYS} == "NetBSD"
        !            24: DEPENDS+=              ncurses-4.2:../../devel/ncurses
        !            25: CFLAGS+=               -DHAVE_NCURSES_H
        !            26: CONFIGURE_ARGS+=       --with-screen=ncurses
        !            27: .endif
1.1       agc        28: 
                     29: post-install:
1.15      agc        30:        -@${MKDIR} -p ${PREFIX}/share/examples/vile
                     31:        @for f in filters/spell.rc filters/filters.rc           \
                     32:                macros/digraphs.rc macros/pictmode.rc           \
                     33:                macros/manpage.rc visvile/visvile.rc; do        \
                     34:                ${BSD_INSTALL_DATA} ${WRKSRC}/$$f ${PREFIX}/share/examples/vile; \
                     35:        done
1.1       agc        36: 
1.5       agc        37: .include "../../mk/bsd.pkg.mk"

CVSweb <[email protected]>