Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Oct 2002 04:55:01 -0800 (PST)
From:      Gary Jennejohn <gj@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/editors/vile Makefile distinfo pkg-comment pkg-descr pkg-plist pkg-plist.filt pkg-plist.perl pkg-plist.perl+filt ports/editors/xvile Makefile distinfo pkg-comment pkg-descr pkg-plist pkg-plist.filt pkg-plist.perl ...
Message-ID:  <200210291255.g9TCt1lu009652@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
gj          2002/10/29 04:55:01 PST

  Modified files:
    editors/vile         Makefile distinfo pkg-comment pkg-descr 
                         pkg-plist pkg-plist.filt pkg-plist.perl 
                         pkg-plist.perl+filt 
    editors/xvile        Makefile distinfo pkg-comment pkg-descr 
                         pkg-plist pkg-plist.filt pkg-plist.perl 
                         pkg-plist.perl+filt 
  Log:
  # New ports collection makefile for:    vile
  # Date created:         Wed Nov 26, 1996
  # Whom:                 pgf
  #
  # $FreeBSD: ports/editors/vile/Makefile,v 1.48 2002/10/29 12:50:24 gj Exp $
  #
  
  PORTNAME=       vile
  PORTVERSION=    9.3g
  CATEGORIES=     editors
  MASTER_SITES=   ftp://ftp.phred.org/pub/vile/ \
                  ftp://dickey.his.com/vile/
  DISTNAME=       vile-9.3
  EXTRACT_SUFX=   .tgz
  
  PATCH_SITES=    ${MASTER_SITES:S,vile/,vile/patches/,g}
  PATCHFILES=     vile-9.3a.patch.gz \
                  vile-9.3b.patch.gz \
                  vile-9.3c.patch.gz \
                  vile-9.3d.patch.gz \
                  vile-9.3e.patch.gz \
                  vile-9.3f.patch.gz \
                  vile-9.3g.patch.gz
  
  MAINTAINER=     gj@FreeBSD.org
  
  MAKEFILE=       makefile
  GNU_CONFIGURE=  yes
  MAN1=           vile.1
  
  .if defined(WITH_ALL)
  WITH_FILTERS=1
  WITH_PERL=1
  .endif
  
  .if defined(WITH_PERL)
  CONFIGURE_ARGS= --with-perl
  PLIST=          ${PKGDIR}/pkg-plist.perl
  USE_PERL5=      yes
  .endif
  
  .if defined(WITH_FILTERS)
  CONFIGURE_ARGS+= --with-builtin-filters=all
  PLIST=          ${PKGDIR}/pkg-plist.filt
  .endif
  
  .if defined(WITH_PERL) && defined(WITH_FILTERS)
  PLIST=          ${PKGDIR}/pkg-plist.perl+filt
  .endif
  
  pre-configure:
  .if ! defined(WITH_PERL)
          @${ECHO_MSG} "Define WITH_PERL if you want to make a vile which includes"
          @${ECHO_MSG} "PERL functionality"
  .endif
  .if ! defined(WITH_FILTERS)
          @${ECHO_MSG} "Define WITH_FILTERS if you want to make a vile which includes"
          @${ECHO_MSG} "all filters in the binary"
  .endif
  
  post-install:
  .if !defined(NOPORTDOCS)
          @if ! [ -d ${PREFIX}/share/doc/vile ]; then ${MKDIR} ${PREFIX}/share/doc/vile; fi
          ${INSTALL_DATA} ${WRKSRC}/doc/*.doc ${PREFIX}/share/doc/vile
  .endif
          @if ! [ -d ${PREFIX}/share/vile/macros ]; then ${MKDIR} ${PREFIX}/share/vile/macros; fi
          ${INSTALL_DATA} ${WRKSRC}/macros/*.rc ${PREFIX}/share/vile/macros
          ${INSTALL_SCRIPT} ${WRKSRC}/macros/vile-pager ${PREFIX}/share/vile/macros
  .if defined(WITH_PERL)
          ${INSTALL_DATA} ${WRKSRC}/*.doc ${PREFIX}/share/doc/vile
  .endif
          @${ECHO_MSG} "Look in ${PREFIX}/share/doc/vile for documentation."
          @${ECHO_MSG} "Look in ${PREFIX}/share/vile/macros for macros."
  
  .include <bsd.port.mk>
  
  Revision  Changes    Path
  1.49      +0 -0      ports/editors/vile/Makefile
  1.31      +0 -0      ports/editors/vile/distinfo
  1.4       +0 -0      ports/editors/vile/pkg-comment
  1.4       +0 -0      ports/editors/vile/pkg-descr
  1.18      +0 -0      ports/editors/vile/pkg-plist
  1.7       +0 -0      ports/editors/vile/pkg-plist.filt
  1.16      +0 -0      ports/editors/vile/pkg-plist.perl
  1.8       +0 -0      ports/editors/vile/pkg-plist.perl+filt
  1.51      +0 -0      ports/editors/xvile/Makefile
  1.32      +0 -0      ports/editors/xvile/distinfo
  1.3       +0 -0      ports/editors/xvile/pkg-comment
  1.4       +0 -0      ports/editors/xvile/pkg-descr
  1.19      +0 -0      ports/editors/xvile/pkg-plist
  1.8       +0 -0      ports/editors/xvile/pkg-plist.filt
  1.17      +0 -0      ports/editors/xvile/pkg-plist.perl
  1.9       +0 -0      ports/editors/xvile/pkg-plist.perl+filt

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210291255.g9TCt1lu009652>