2013-09-21 00:10:23 +02:00
|
|
|
# Created by: Clement Laforet <sheepkiller@cultdeadsheep.org>
|
2003-08-30 08:48:11 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= libnss-mysql
|
2005-09-10 23:50:10 +02:00
|
|
|
PORTVERSION= 1.5
|
2011-03-19 14:15:34 +01:00
|
|
|
PORTREVISION= 3
|
2003-08-30 08:48:11 +02:00
|
|
|
CATEGORIES= net
|
2009-08-22 02:32:25 +02:00
|
|
|
MASTER_SITES= SF
|
2003-08-30 08:48:11 +02:00
|
|
|
|
2006-01-20 07:12:05 +01:00
|
|
|
MAINTAINER= vd@FreeBSD.org
|
2003-08-30 08:48:11 +02:00
|
|
|
COMMENT= NSS module using a MySQL database for backend
|
|
|
|
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
2005-10-19 19:14:52 +02:00
|
|
|
CONFIGURE_ARGS= --with-mysql=${LOCALBASE}
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_LDCONFIG= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2003-08-30 08:48:11 +02:00
|
|
|
USE_MYSQL= yes
|
|
|
|
|
2013-09-21 00:10:23 +02:00
|
|
|
NO_STAGE= yes
|
2009-01-06 18:59:31 +01:00
|
|
|
.include <bsd.port.mk>
|