summaryrefslogtreecommitdiff
path: root/net/libnss-mysql/Makefile
blob: 44e61638bcd22aa8f2de5f7e28feb85bd984a2d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Ports collection Makefile for:	libnss_mysql
# Date created:				05/05/2003
# Whom:					Clement Laforet <sheepkiller@cultdeadsheep.org>
#
# $FreeBSD$
#

PORTNAME=	libnss-mysql
PORTVERSION=	1.5
PORTREVISION=	2
CATEGORIES=	net
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	libnss-mysql

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

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

.include <bsd.port.mk>