2003-08-30 06:48:11 +00:00
|
|
|
# Ports collection Makefile for: libnss_mysql
|
|
|
|
# Date created: 05/05/2003
|
|
|
|
# Whom: Clement Laforet <sheepkiller@cultdeadsheep.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libnss-mysql
|
2005-09-10 21:50:10 +00:00
|
|
|
PORTVERSION= 1.5
|
2006-02-23 10:40:44 +00:00
|
|
|
PORTREVISION= 2
|
2003-08-30 06:48:11 +00:00
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= libnss-mysql
|
|
|
|
|
2006-01-20 06:12:05 +00:00
|
|
|
MAINTAINER= vd@FreeBSD.org
|
2003-08-30 06:48:11 +00:00
|
|
|
COMMENT= NSS module using a MySQL database for backend
|
|
|
|
|
2005-09-10 21:50:10 +00:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2005-10-19 17:14:52 +00:00
|
|
|
CONFIGURE_ARGS= --with-mysql=${LOCALBASE}
|
2003-08-30 06:48:11 +00:00
|
|
|
INSTALLS_SHLIB= yes
|
2006-02-23 10:40:44 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2003-08-30 06:48:11 +00:00
|
|
|
USE_MYSQL= yes
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} < 500112
|
|
|
|
IGNORE= NSS modules only supported on FreeBSD 5.1 or later
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|