summaryrefslogtreecommitdiff
path: root/databases/mysql51-embedded/buildlink3.mk
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2010-02-15 17:01:12 +0000
committerwiz <wiz@pkgsrc.org>2010-02-15 17:01:12 +0000
commit213ec93b50c1e0e1d4c9cac7b543724be81de73f (patch)
tree5d2459c052ce08cfa6df2719c67e80c3421d3d1d /databases/mysql51-embedded/buildlink3.mk
parent8daf8bfb90812a54bed867cac4e0bd3b880d4aca (diff)
downloadpkgsrc-213ec93b50c1e0e1d4c9cac7b543724be81de73f.tar.gz
Initial import of mysql51-embedded from wip, packaged by myself
and updated by mwdavies and myself. sketch will make proper mysql51-packages when he finds some round tuits. MySQL is a SQL (Structured Query Language) database server. SQL is the most 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 embedded server programs.
Diffstat (limited to 'databases/mysql51-embedded/buildlink3.mk')
-rw-r--r--databases/mysql51-embedded/buildlink3.mk16
1 files changed, 16 insertions, 0 deletions
diff --git a/databases/mysql51-embedded/buildlink3.mk b/databases/mysql51-embedded/buildlink3.mk
new file mode 100644
index 00000000000..939598f8082
--- /dev/null
+++ b/databases/mysql51-embedded/buildlink3.mk
@@ -0,0 +1,16 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2010/02/15 17:01:12 wiz Exp $
+
+BUILDLINK_TREE+= mysql-embedded
+
+.if !defined(MYSQL_EMBEDDED_BUILDLINK3_MK)
+MYSQL_EMBEDDED_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.mysql-embedded+= mysql-embedded>=5.1.36nb3
+BUILDLINK_PKGSRCDIR.mysql-embedded?= ../../databases/mysql51-embedded
+
+MYSQLD_PATH= ${BUILDLINK_PREFIX.mysql-embedded}/mysqld/lib/mysql
+BUILDLINK_PASSTHRU_DIRS+= ${MYSQLD_PATH}
+BUILDLINK_PASSTHRU_RPATHDIRS+= ${MYSQLD_PATH}
+.endif # MYSQL_EMBEDDED_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -mysql-embedded