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

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

Diff for /pkgsrc/news/slrn/Makefile between version 1.18 and 1.19

version 1.18, 2001/11/29 01:12:44 version 1.19, 2001/12/01 20:50:05
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
 #  #
   
 DISTNAME=       slrn-0.9.7.2  DISTNAME=       slrn-0.9.7.3
 PKGREVISION=    1  
 CATEGORIES=     news  CATEGORIES=     news
 MASTER_SITES=   ftp://slrn.sourceforge.net/pub/slrn/ \  MASTER_SITES=   http://prdownloads.sourceforge.net/slrn/
                 ftp://ftp.uni-stuttgart.de/pub/unix/misc/slang/slrn/ \  EXTRACT_SUFX=   .tar.bz2
                 ftp://ftp.fu-berlin.de/pub/unix/news/slrn/ \  
                 ftp://ftp.ntua.gr/pub/lang/slang/ \  
                 ftp://ftp.plig.org/pub/slrn/  
   
 MAINTAINER=     mjl@netbsd.org  MAINTAINER=     mjl@netbsd.org
 HOMEPAGE=       http://slrn.sourceforge.net/  HOMEPAGE=       http://slrn.sourceforge.net/
 COMMENT=        Highly customizable threaded newsreader  COMMENT=        Highly customizable threaded newsreader
   
 PATCH_SITES=            http://slrn.sourceforge.net/patches/  
 PATCHFILES=             slrn-0.9.7.2-decode.diff  
 PATCH_DIST_STRIP=       -p1  
   
 USE_GMAKE=      yes  USE_GMAKE=      yes
 GNU_CONFIGURE=  yes  GNU_CONFIGURE=  yes
 CONFIGURE_ARGS+=--without-X --disable-inews --with-slrnpull \  CONFIGURE_ARGS+=--without-X --disable-inews --with-slrnpull \
                 --disable-gen-mid --with-libdir=${PREFIX}/lib/slrn                  --enable-spool --enable-grouplens \
                   --disable-gen-mid --with-libdir=${PREFIX}/lib/slrn \
   
 # the next is a workaround, as 1.3.2 install doesn't like -c and -d  # the next is a workaround, as 1.3.2 install doesn't like -c and -d
 # together  # together
 CONFIGURE_ENV+= INSTALL=/usr/bin/install  CONFIGURE_ENV+= INSTALL=/usr/bin/install
   
 .include "../../devel/libslang/buildlink.mk"  .include "../../devel/libslang/buildlink.mk"
   .include "../../devel/gettext-lib/buildlink.mk"
 .include "../../mk/bsd.pkg.mk"  .include "../../mk/bsd.pkg.mk"

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

CVSweb <webmaster@jp.NetBSD.org>