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

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

1.13    ! wiz         1: # $NetBSD: Makefile,v 1.12 2005/04/11 21:47:12 tv Exp $
1.1       xtraeme     2:
1.11      wiz         3: DISTNAME=              gsasl-0.2.5
1.1       xtraeme     4: CATEGORIES=            security
                      5: MASTER_SITES=          http://josefsson.org/gsasl/releases/ \
                      6:                        ${MASTER_SITE_GNU:=gsasl/}
                      7:
1.6       xtraeme     8: MAINTAINER=            tech-pkg@NetBSD.org
1.1       xtraeme     9: HOMEPAGE=              http://www.gnu.org/software/gsasl/
                     10: COMMENT=               GNU implementation of the Simple Authentication and Security Layer
                     11:
                     12: BUILD_USES_MSGFMT=     yes
                     13:
                     14: GNU_CONFIGURE=         yes
                     15: USE_LIBTOOL=           yes
1.10      wiz        16: USE_PKGLOCALEDIR=      yes
                     17: TEST_TARGET=           check
1.1       xtraeme    18:
                     19: INFO_FILES=            gsasl.info
                     20:
                     21: CONFIGURE_ARGS+=       --disable-gtk-doc
                     22: CONFIGURE_ARGS+=       --with-html-dir=${PREFIX}/share/doc/html
                     23:
1.4       jmmv       24: PKGCONFIG_OVERRIDE+=    libgsasl.pc.in
1.1       xtraeme    25:
1.2       jlam       26: .include "../../devel/gettext-lib/buildlink3.mk"
                     27: .include "../../devel/libidn/buildlink3.mk"
                     28: .include "../../devel/libntlm/buildlink3.mk"
1.13    ! wiz        29: .include "../../devel/pkg-config/buildlink3.mk"
1.2       jlam       30: .include "../../security/gss/buildlink3.mk"
                     31: .include "../../security/libgcrypt/buildlink3.mk"
1.1       xtraeme    32:
                     33: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>