[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / cad / tkgate2

Diff for /ports/cad/tkgate2/Attic/Makefile between version 1.2 and 1.6

version 1.2, 2009/09/06 08:38:56 version 1.6, 2011/11/09 10:43:15
Line 2 
Line 2 
   
 COMMENT =               Tcl/Tk based digital circuit editor and simulator  COMMENT =               Tcl/Tk based digital circuit editor and simulator
   
 DISTNAME =              tkgate-2.0-b9  DISTNAME =              tkgate-2.0-b10
   
 CATEGORIES =            cad x11  CATEGORIES =            cad x11
   
Line 25 
Line 25 
   
 LIB_DEPENDS =           ${MODTK_LIB_DEPENDS}  LIB_DEPENDS =           ${MODTK_LIB_DEPENDS}
   
 USE_X11 =               Yes  
 CONFIGURE_STYLE =       gnu  CONFIGURE_STYLE =       gnu
   
 pre-patch:  pre-patch:
         @find ${WRKSRC} -name *.orig -exec rm {} \;  .for i in *.orig* *.bak* *.old *~
         @find ${WRKSRC} -name *.*~ -exec rm {} \;          @find ${WRKSRC} -name $i -exec rm {} \;
   .endfor
   
   pre-configure:
           perl -pi -e 's|!!LOCALBASE!!|${LOCALBASE}|g' ${WRKSRC}/scripts/parms.tcl
           perl -pi -e 's|!!LOCALBASE!!|${LOCALBASE}|g' ${WRKSRC}/src/tkgate/verilog_out.c
   
 .include <bsd.port.mk>  .include <bsd.port.mk>

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

CVSweb