# Ports collection Makefile for:	libnss_mysql
# Date created:				05/05/2003
# Whom:					Clement Laforet <sheepkiller@cultdeadsheep.org>
#
# $FreeBSD: ports/net/libnss-mysql/Makefile,v 1.23 2011/03/19 13:15:26 ale Exp $
#

PORTNAME=	libnss-mysql
PORTVERSION=	1.5
PORTREVISION=	3
CATEGORIES=	net
MASTER_SITES=	SF

MAINTAINER=	vd@FreeBSD.org
COMMENT=	NSS module using a MySQL database for backend

USE_AUTOTOOLS=	libtool
CONFIGURE_ARGS=	--with-mysql=${LOCALBASE}
USE_LDCONFIG=	yes
GNU_CONFIGURE=	yes
USE_MYSQL=	yes

.include <bsd.port.mk>
