freebsd-ports/net/libnss-mysql/Makefile
Vasil Dimov 0e2468d8b1 Change my email address to the @FreeBSD one
Approved by:	garga (mentor)
2006-01-20 06:12:05 +00:00

30 lines
721 B
Makefile

# 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= 1
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
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --with-mysql=${LOCALBASE}
INSTALLS_SHLIB= yes
USE_AUTOTOOLS= libtool:15
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>