[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / net / ccnetc / imspector

Annotation of ports/net/ccnetc/imspector/Makefile, Revision 1.1

1.1     ! kirby       1: # $OpenBSD$
        !             2:
        !             3: COMMENT =              IM proxy with monitoring
        !             4:
        !             5: DISTNAME =             imspector-0.9
        !             6:
        !             7: CATEGORIES =           net
        !             8:
        !             9: HOMEPAGE =             http://www.imspector.org
        !            10:
        !            11: MAINTAINER =           Kirill Bychkov <yason@linklevel.net>
        !            12:
        !            13: # GPL v2
        !            14: PERMIT_PACKAGE_CDROM = Yes
        !            15: PERMIT_PACKAGE_FTP =   Yes
        !            16: PERMIT_DISTFILES_CDROM =Yes
        !            17: PERMIT_DISTFILES_FTP = Yes
        !            18:
        !            19: MASTER_SITES =         ${HOMEPAGE}/downloads/
        !            20:
        !            21: WANTLIB =              c m stdc++
        !            22: MODULES =              converters/libiconv
        !            23:
        !            24: USE_LIBTOOL =          Yes
        !            25: # something should be done with shared-libs
        !            26: NO_REGRESS =           Yes
        !            27:
        !            28: .include <bsd.port.mk>

CVSweb