7cb1f0a9d9
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.
15 lines
453 B
Makefile
15 lines
453 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2016/09/16 06:49:12 adam Exp $
|
|
|
|
BUILDLINK_TREE+= mysql-server
|
|
|
|
.if !defined(MYSQL_SERVER_BUILDLINK3_MK)
|
|
MYSQL_SERVER_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.mysql-server+= mysql-server>=5.7.12
|
|
BUILDLINK_ABI_DEPENDS.mysql-server?= mysql-server>=5.7.12
|
|
BUILDLINK_PKGSRCDIR.mysql-server?= ../../databases/mysql57-server
|
|
BUILDLINK_LIBDIRS.mysql-server?= lib
|
|
|
|
.endif # MYSQL_SERVER_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -mysql-server
|