33 lines
917 B
Makefile
33 lines
917 B
Makefile
# $NetBSD: Makefile,v 1.5 2004/02/25 15:53:17 minskim Exp $
|
|
|
|
DISTNAME= gsasl-0.0.8
|
|
PKGREVISION= 2
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://josefsson.org/gsasl/releases/ \
|
|
${MASTER_SITE_GNU:=gsasl/}
|
|
|
|
MAINTAINER= xtraeme@NetBSD.org
|
|
HOMEPAGE= http://www.gnu.org/software/gsasl/
|
|
COMMENT= GNU implementation of the Simple Authentication and Security Layer
|
|
|
|
BUILD_USES_MSGFMT= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_BUILDLINK3= yes
|
|
USE_LIBTOOL= yes
|
|
|
|
INFO_FILES= gsasl.info
|
|
|
|
CONFIGURE_ARGS+= --disable-gtk-doc
|
|
CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/html
|
|
|
|
PKGCONFIG_OVERRIDE+= libgsasl.pc.in
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../devel/libidn/buildlink3.mk"
|
|
.include "../../devel/libntlm/buildlink3.mk"
|
|
.include "../../devel/pkgconfig/buildlink3.mk"
|
|
.include "../../security/gss/buildlink3.mk"
|
|
.include "../../security/libgcrypt/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|