[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / graphics / sane-backends

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

Diff for /pkgsrc/graphics/sane-backends/Makefile between version 1.8 and 1.9

version 1.8, 2001/10/16 16:39:07 version 1.9, 2001/10/19 21:31:09
Line 9  MASTER_SITES= ftp://ftp.mostang.com/pub/
Line 9  MASTER_SITES= ftp://ftp.mostang.com/pub/
   
 MAINTAINER=     packages@netbsd.org  MAINTAINER=     packages@netbsd.org
 HOMEPAGE=       http://www.mostang.com/sane/  HOMEPAGE=       http://www.mostang.com/sane/
 COMMENT=        API for access to scanners, digitals camera, frame grabbers etc  COMMENT=        API for access to scanners, digitals camera, frame grabbers etc.
   
 DEPENDS+=       jpeg-6b:../../graphics/jpeg  
   
 CONFLICTS+=     sane<=1.0.3  CONFLICTS+=     sane<=1.0.3
   
 GNU_CONFIGURE=  yes  USE_BUILDLINK_ONLY=     YES
 USE_GMAKE=      yes  GNU_CONFIGURE=          YES
 USE_LIBTOOL=    yes  USE_GMAKE=              YES
 LTCONFIG_OVERRIDE=${WRKSRC}/ltconfig  USE_LIBTOOL=            YES
 CPPFLAGS+=      -I${PREFIX}/include  LTCONFIG_OVERRIDE=      ${WRKSRC}/ltconfig
   
 # -O to work around a bug with -O2 and egcs.  
 CFLAGS=         -O -I${LOCALBASE}/include  
   
 .include "../../devel/libusb/buildlink.mk"  .include "../../devel/libusb/buildlink.mk"
   .include "../../graphics/jpeg/buildlink.mk"
 .include "../../mk/bsd.pkg.mk"  .include "../../mk/bsd.pkg.mk"
   
   # -O to work around a bug with -O2 and egcs.
   CFLAGS+=        -O

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

CVSweb <webmaster@jp.NetBSD.org>