8cc6055063
differs from the distfile version number. G/C some the unused variables in php4/Makefile.common related to the old way of handling version numbers.
16 lines
435 B
Makefile
16 lines
435 B
Makefile
# $NetBSD: Makefile,v 1.3 2001/12/03 08:30:59 jlam Exp $
|
|
|
|
.include "../../www/php4/Makefile.module"
|
|
|
|
MODNAME= mysql
|
|
CATEGORIES+= databases
|
|
PKGREVISION= # empty
|
|
COMMENT= PHP4 extension for MySQL databases
|
|
|
|
DEPENDS+= mysql-client>=3.23.35:../../databases/mysql-client
|
|
|
|
EVAL_PREFIX+= MYSQLDIR=mysql-client
|
|
CONFIGURE_ARGS+= --with-${MODNAME}=shared,${MYSQLDIR}
|
|
LDFLAGS+= -Wl,-R${LOCALBASE}/lib/mysql
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|