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

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

1.1     ! yason       1: # $OpenBSD$
        !             2:
        !             3: COMMENT =              Tcl/Tk based digital circuit editor and simulator
        !             4:
        !             5: DISTNAME =             tkgate-2.0-b9
        !             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:
        !            21: WANTLIB =              ICE SM X11 Xau Xdmcp c m
        !            22:
        !            23: MODULES =              x11/tk
        !            24: LIB_DEPENDS =          ${MODTK_LIB_DEPENDS} \
        !            25:                        iconv.>=5::converters/libiconv
        !            26:
        !            27: USE_X11 =              Yes
        !            28: CONFIGURE_STYLE =      gnu
        !            29:
        !            30: pre-patch:
        !            31:        @find ${WRKSRC} -name *.orig -exec rm {} \;
        !            32:        @find ${WRKSRC} -name *.*~ -exec rm {} \;
        !            33:
        !            34: .include <bsd.port.mk>

CVSweb