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

Diff for /ports/cad/tkgate/Attic/Makefile between version 1.4 and 1.7

version 1.4, 2009/02/26 18:32:45 version 1.7, 2009/09/06 07:58:24
Line 1 
Line 1 
 # $OpenBSD$  # $OpenBSD$
   
 COMMENT =       Tcl/Tk based digital circuit editor and simulator  COMMENT =               Tcl/Tk based digital circuit editor and simulator
   
 DISTNAME =              tkgate-1.8.7  DISTNAME =              tkgate-1.8.7
 CATEGORIES =            cad  CATEGORIES =            cad
Line 17 
Line 17 
 PERMIT_DISTFILES_CDROM = Yes  PERMIT_DISTFILES_CDROM = Yes
 PERMIT_DISTFILES_FTP =  Yes  PERMIT_DISTFILES_FTP =  Yes
   
 WANTLIB =               X11 c m tcl85 tk85  WANTLIB =               X11 c m
   
 MODULES =               x11/tk  MODULES =               x11/tk
 LIB_DEPENDS =           :tk-8.5.*:x11/tk/8.5  LIB_DEPENDS =           ${MODTK_LIB_DEPENDS}
   USE_X11 =               Yes
   
 CONFIGURE_STYLE =       gnu  CONFIGURE_STYLE =       gnu
   
   NO_REGRESS =            Yes
   
 pre-patch:  pre-patch:
         @find ${WRKSRC} -name *.orig -exec rm {} \;          @find ${WRKSRC} -name *.orig -exec rm {} \;

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.7

CVSweb