[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / security / gsasl

Annotation of pkgsrc/security/gsasl/Makefile, Revision 1.1

1.1     ! xtraeme     1: # $NetBSD$
        !             2: #
        !             3:
        !             4: DISTNAME=              gsasl-0.0.8
        !             5: CATEGORIES=            security
        !             6: MASTER_SITES=          http://josefsson.org/gsasl/releases/ \
        !             7:                        ${MASTER_SITE_GNU:=gsasl/}
        !             8:
        !             9: MAINTAINER=            xtraeme@NetBSD.org
        !            10: HOMEPAGE=              http://www.gnu.org/software/gsasl/
        !            11: COMMENT=               GNU implementation of the Simple Authentication and Security Layer
        !            12:
        !            13: BUILD_USES_MSGFMT=     yes
        !            14:
        !            15: GNU_CONFIGURE=         yes
        !            16: USE_BUILDLINK2=                yes
        !            17: USE_LIBTOOL=           yes
        !            18:
        !            19: INFO_FILES=            gsasl.info
        !            20:
        !            21: CONFIGURE_ARGS+=       --disable-gtk-doc
        !            22: CONFIGURE_ARGS+=       --with-html-dir=${PREFIX}/share/doc/html
        !            23:
        !            24: LIBTOOL_OVERRIDE=       ${WRKSRC}/libtool
        !            25: PKGCONFIG_OVERRIDE+=    ${WRKSRC}/libgsasl.pc.in
        !            26:
        !            27: .include "../../converters/libiconv/buildlink2.mk"
        !            28: .include "../../devel/gettext-lib/buildlink2.mk"
        !            29: .include "../../devel/pkgconfig/buildlink2.mk"
        !            30: .include "../../security/libgcrypt/buildlink2.mk"
        !            31: .include "../../security/gss/buildlink2.mk"
        !            32: .include "../../devel/libidn/buildlink2.mk"
        !            33: .include "../../devel/libntlm/buildlink2.mk"
        !            34:
        !            35: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>