89094db8e9
popular database language in the world. MySQL is a client-server implementation that consists of a server daemon `mysqld' and many different client programs/libraries. The main goals of MySQL are speed and robustness. The base upon which MySQL is built is a set of routines that have been used in a highly demanding production environment for many years. While MySQL is still in development it already offers a rich and highly useful function set. The official way to pronounce 'MySQL' is 'My Ess Que Ell' (Not MY-SEQUEL). This package contains the MySQL client programs and libraries.
28 lines
905 B
Makefile
28 lines
905 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2011/04/25 21:12:52 adam Exp $
|
|
|
|
PKGNAME= ${DISTNAME:S/-/-client-/}
|
|
SVR4_PKGNAME= mysqc
|
|
COMMENT= MySQL 5, a free SQL database (client)
|
|
|
|
CONFLICTS= {mysql-client-[0-9]*,mysql3-client-[0-9]*}
|
|
|
|
.include "Makefile.common"
|
|
|
|
CMAKE_ARGS+= -DWITHOUT_SERVER=ON
|
|
UNWRAP_FILES+= scripts/mysql_config
|
|
INFO_FILES= yes
|
|
INSTALL_DIRS+= client include libmysql man scripts tests
|
|
|
|
REPLACE_PERL= scripts/mysql_convert_table_format.sh
|
|
REPLACE_PERL+= scripts/mysql_find_rows.sh
|
|
REPLACE_PERL+= scripts/mysql_fix_extensions.sh
|
|
REPLACE_PERL+= scripts/mysql_fix_privilege_tables.sh
|
|
REPLACE_PERL+= scripts/mysql_setpermission.sh
|
|
REPLACE_PERL+= scripts/mysql_zap.sh
|
|
REPLACE_PERL+= scripts/mysqlaccess.sh
|
|
REPLACE_PERL+= scripts/mysqld_multi.sh
|
|
REPLACE_PERL+= scripts/mysqldumpslow.sh
|
|
REPLACE_PERL+= scripts/mysqlhotcopy.sh
|
|
|
|
.include "../../devel/readline/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|