Annotation of pkgsrc/security/gsasl/Makefile, Revision 1.14
1.14 ! jlam 1: # $NetBSD: Makefile,v 1.13 2005/07/21 16:29:56 wiz 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:
1.14 ! jlam 14: USE_TOOLS+= pkg-config
1.1 xtraeme 15: GNU_CONFIGURE= yes
16: USE_LIBTOOL= yes
1.10 wiz 17: USE_PKGLOCALEDIR= yes
18: TEST_TARGET= check
1.1 xtraeme 19:
20: INFO_FILES= gsasl.info
21:
22: CONFIGURE_ARGS+= --disable-gtk-doc
23: CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/html
24:
1.4 jmmv 25: PKGCONFIG_OVERRIDE+= libgsasl.pc.in
1.1 xtraeme 26:
1.2 jlam 27: .include "../../devel/gettext-lib/buildlink3.mk"
28: .include "../../devel/libidn/buildlink3.mk"
29: .include "../../devel/libntlm/buildlink3.mk"
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>