=================================================================== RCS file: /cvs/ports/cad/tkgate2/Attic/Makefile,v retrieving revision 1.1.1.1 retrieving revision 1.5 diff -u -r1.1.1.1 -r1.5 --- ports/cad/tkgate2/Attic/Makefile 2009/08/30 08:48:23 1.1.1.1 +++ ports/cad/tkgate2/Attic/Makefile 2010/10/26 04:58:22 1.5 @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2009/08/30 07:48:23 yason Exp $ +# $OpenBSD: Makefile,v 1.5 2010/10/26 03:58:22 yason Exp $ COMMENT = Tcl/Tk based digital circuit editor and simulator -DISTNAME = tkgate-2.0-b9 +DISTNAME = tkgate-2.0-b10 CATEGORIES = cad x11 @@ -18,17 +18,18 @@ PERMIT_DISTFILES_CDROM =Yes PERMIT_DISTFILES_FTP = Yes -WANTLIB = ICE SM X11 Xau Xdmcp c m +WANTLIB = ICE SM X11 Xau Xdmcp c m pthread-stubs xcb -MODULES = x11/tk -LIB_DEPENDS = ${MODTK_LIB_DEPENDS} \ - iconv.>=5::converters/libiconv +MODULES = converters/libiconv \ + x11/tk -USE_X11 = Yes +LIB_DEPENDS = ${MODTK_LIB_DEPENDS} + CONFIGURE_STYLE = gnu pre-patch: - @find ${WRKSRC} -name *.orig -exec rm {} \; - @find ${WRKSRC} -name *.*~ -exec rm {} \; +.for i in *.orig* *.bak* *.old *~ + @find ${WRKSRC} -name $i -exec rm {} \; +.endfor .include