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

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

Diff for /pkgsrc/games/xboard/Makefile between version 1.2 and 1.3

version 1.2, 1999/09/12 00:20:01 version 1.3, 2000/09/15 15:53:16
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
 #  #
   
 DISTNAME=       xboard-4.0.3  DISTNAME=               xboard-4.0.3
 CATEGORIES=     games  CATEGORIES=             games
 MASTER_SITES=   ${MASTER_SITE_GNU:=xboard/}  MASTER_SITES=           ${MASTER_SITE_GNU:=xboard/}
   
 MAINTAINER=     simonb@NetBSD.ORG  MAINTAINER=             simonb@NetBSD.ORG
   
 GNU_CONFIGURE=  yes  BUILD_DEPENDS+=         autoreconf:../../devel/autoconf
 USE_PERL5=      yes  
 USE_X11=        yes  
   
 INFO_FILES=     xboard.info  GNU_CONFIGURE=          # defined
   USE_PERL5=              # defined
   USE_X11=                # defined
   USE_XAW=                # defined
   USE_XPM=                # defined
   
   INFO_FILES=             xboard.info
   
   .include "../../mk/bsd.prefs.mk"
   
   .if defined(XAW_TYPE) && (${XAW_TYPE} == "3d" || ${XAW_TYPE} == "xpm")
   CONFIGURE_ARGS+=        --with-Xaw3d
   CONFIGURE_ENV+=         CPPFLAGS="${CPPFLAGS}"
   CPPFLAGS+=              -I${X11PREFIX}/include
   .endif
   
   pre-configure:
           cd ${WRKSRC} && autoreconf
   
 .include "../../mk/bsd.pkg.mk"  .include "../../mk/bsd.pkg.mk"

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

CVSweb <webmaster@jp.NetBSD.org>