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

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

1.15    ! joerg       1: # $NetBSD: Makefile,v 1.14 2005/08/10 20:56:23 jlam Exp $
1.1       xtraeme     2:
1.11      wiz         3: DISTNAME=              gsasl-0.2.5
1.15    ! joerg       4: PKGREVISION=           1
1.1       xtraeme     5: CATEGORIES=            security
                      6: MASTER_SITES=          http://josefsson.org/gsasl/releases/ \
                      7:                        ${MASTER_SITE_GNU:=gsasl/}
                      8:
1.6       xtraeme     9: MAINTAINER=            tech-pkg@NetBSD.org
1.1       xtraeme    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:
1.14      jlam       15: USE_TOOLS+=            pkg-config
1.1       xtraeme    16: GNU_CONFIGURE=         yes
                     17: USE_LIBTOOL=           yes
1.10      wiz        18: USE_PKGLOCALEDIR=      yes
                     19: TEST_TARGET=           check
1.1       xtraeme    20:
                     21: INFO_FILES=            gsasl.info
                     22:
                     23: CONFIGURE_ARGS+=       --disable-gtk-doc
                     24: CONFIGURE_ARGS+=       --with-html-dir=${PREFIX}/share/doc/html
                     25:
1.4       jmmv       26: PKGCONFIG_OVERRIDE+=    libgsasl.pc.in
1.1       xtraeme    27:
1.2       jlam       28: .include "../../devel/gettext-lib/buildlink3.mk"
                     29: .include "../../devel/libidn/buildlink3.mk"
                     30: .include "../../devel/libntlm/buildlink3.mk"
                     31: .include "../../security/gss/buildlink3.mk"
                     32: .include "../../security/libgcrypt/buildlink3.mk"
1.1       xtraeme    33:
                     34: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>