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

Annotation of ports/cad/tkgate2/Makefile, Revision 1.4

1.1       yason       1: # $OpenBSD$
                      2:
                      3: COMMENT =              Tcl/Tk based digital circuit editor and simulator
                      4:
1.3       yason       5: DISTNAME =             tkgate-2.0-b10
1.1       yason       6:
                      7: CATEGORIES =           cad x11
                      8:
                      9: HOMEPAGE =             http://www.tkgate.org
                     10:
                     11: #MAINTAINER =          ???
                     12:
                     13: MASTER_SITES =         ftp://gadoid.ices.cmu.edu/pub/tkgate/pre-release/
                     14:
                     15: # GPL
                     16: PERMIT_PACKAGE_CDROM = Yes
                     17: PERMIT_PACKAGE_FTP =   Yes
                     18: PERMIT_DISTFILES_CDROM =Yes
                     19: PERMIT_DISTFILES_FTP = Yes
                     20:
1.2       yason      21: WANTLIB =              ICE SM X11 Xau Xdmcp c m pthread-stubs xcb
1.1       yason      22:
1.2       yason      23: MODULES =              converters/libiconv \
                     24:                        x11/tk
                     25:
                     26: LIB_DEPENDS =          ${MODTK_LIB_DEPENDS}
1.1       yason      27:
                     28: USE_X11 =              Yes
                     29: CONFIGURE_STYLE =      gnu
                     30:
                     31: pre-patch:
1.4     ! yason      32: .for i in *.orig* *.bak* *.old *~
        !            33:        @find ${WRKSRC} -name $i -exec rm {} \;
        !            34: .endfor
1.1       yason      35:
                     36: .include <bsd.port.mk>

CVSweb