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

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/news/tin/Makefile between version 1.22 and 1.23

version 1.22, 2005/04/11 21:47:03 version 1.23, 2006/01/01 16:10:29
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
 #  #
   
 DISTNAME=       tin-1.6.2  DISTNAME=       tin-1.8.0
 PKGREVISION=    1  
 CATEGORIES=     news  CATEGORIES=     news
 MASTER_SITES=   ftp://ftp.tin.org/pub/news/clients/tin/current/ \  MASTER_SITES=   ftp://ftp.tin.org/pub/news/clients/tin/current/ \
                 ftp://ftp.cs.tu-berlin.de/pub/net/news/tin/current/ \                  ftp://ftp.cs.tu-berlin.de/pub/net/news/tin/current/ \
Line 22  RESTRICTED= "Profit from use, sale, trad
Line 21  RESTRICTED= "Profit from use, sale, trad
   
 GNU_CONFIGURE=  yes  GNU_CONFIGURE=  yes
 USE_PKGLOCALEDIR=yes  USE_PKGLOCALEDIR=yes
   # for tinews.pl
   USE_TOOLS+=     perl:run
   REPLACE_PERL=   tools/tinews.pl
   BUILD_TARGET=   build
   
 .include "../../mk/bsd.prefs.mk"  .include "options.mk"
   
 .if defined(TIN_USE_INN_SPOOL) && ${TIN_USE_INN_SPOOL} == YES  
 INN_DATA_DIR?=  /var/news  
 .endif  
   
 # Curses support too buggy to activate  
 #                 --enable-curses \  
 #                 --with-ncurses \  
 #  
 CONFIGURE_ARGS+= --with-nntp-default-server=news  \  
                 --with-mime-default-charset=ISO-8859-1 \  
                 --enable-forgery \  
                 --enable-break-long-lines \  
                 --with-ispell=${PREFIX}/bin/ispell \  
                 --with-metamail=${PREFIX}/bin/metamail \  
                 --disable-mime-strict-charset \  
                 --with-defaults-dir=${PREFIX}/etc \  
                 --enable-mh-mail-handling \  
                 --with-coffee  
 .if defined(TIN_USE_INN_SPOOL) && ${TIN_USE_INN_SPOOL} == YES  
 CONFIGURE_ARGS+= --with-inews-dir=${PREFIX}/inn/bin \  
                 --with-libdir=${INN_DATA_DIR}/db \  
                 --with-spooldir=${INN_DATA_DIR}/spool/articles \  
                 --with-nov-dir=${INN_DATA_DIR}/spool/overview  
 .else  
 CONFIGURE_ARGS+= --enable-nntp-only  
 .endif  
   
 BUILD_TARGET=   build  CONFIGURE_ARGS+=        --with-nntp-default-server=news
   CONFIGURE_ARGS+=        --with-mime-default-charset=ISO-8859-1
   CONFIGURE_ARGS+=        --enable-forgery
   CONFIGURE_ARGS+=        --enable-break-long-lines
   CONFIGURE_ARGS+=        --with-gpg=${PREFIX}/bin/gpg
   CONFIGURE_ARGS+=        --with-ispell=${PREFIX}/bin/ispell
   CONFIGURE_ARGS+=        --with-metamail=${PREFIX}/bin/metamail
   CONFIGURE_ARGS+=        --with-pcre=${BUILDLINK_PREFIX.pcre}
   CONFIGURE_ARGS+=        --disable-mime-strict-charset
   CONFIGURE_ARGS+=        --with-defaults-dir=${PREFIX}/etc
   CONFIGURE_ARGS+=        --enable-mh-mail-handling
   CONFIGURE_ARGS+=        --with-coffee
   
 post-patch:  post-patch:
         @${MV} ${WRKSRC}/doc/tin.1 ${WRKSRC}/doc/tin.1.dist          @${MV} ${WRKSRC}/doc/tin.1 ${WRKSRC}/doc/tin.1.dist
Line 67  post-install:
Line 54  post-install:
         ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/tin          ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/tin
         ${INSTALL_DATA} ${WRKSRC}/doc/WHATSNEW ${PREFIX}/share/doc/tin          ${INSTALL_DATA} ${WRKSRC}/doc/WHATSNEW ${PREFIX}/share/doc/tin
   
   .include "../../converters/libiconv/buildlink3.mk"
   .include "../../converters/uulib/buildlink3.mk"
   .include "../../devel/gettext-lib/buildlink3.mk"
   .include "../../devel/libidn/buildlink3.mk"
   .include "../../devel/pcre/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"  .include "../../mk/bsd.pkg.mk"

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

CVSweb <webmaster@jp.NetBSD.org>