mirror of
https://git.freebsd.org/ports.git
synced 2025-07-13 15:29:15 -04:00
- 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)
30 lines
719 B
Makefile
30 lines
719 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= 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_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
CONFIGURE_ARGS= --with-mysql=${LOCALBASE}
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
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>
|