2003-04-18 16:17:47 +00:00
|
|
|
# New ports collection makefile for: MySQL-client
|
|
|
|
# Date created: Fri Apr 11 10:06:26 CET 2003
|
|
|
|
# Whom: Alex Dupre <sysadmin@alexdupre.com>
|
1999-07-01 08:44:49 +00:00
|
|
|
#
|
1999-08-25 05:28:01 +00:00
|
|
|
# $FreeBSD$
|
1999-07-01 08:44:49 +00:00
|
|
|
#
|
|
|
|
|
2003-01-31 16:02:39 +00:00
|
|
|
PORTNAME= mysql
|
|
|
|
PKGNAMESUFFIX= -client
|
1999-07-01 08:44:49 +00:00
|
|
|
|
2003-03-06 19:23:19 +00:00
|
|
|
COMMENT= Multithreaded SQL database (client)
|
2003-12-11 15:59:24 +00:00
|
|
|
|
2004-02-04 15:56:17 +00:00
|
|
|
MASTERDIR= ${.CURDIR}/../mysql50-server
|
2003-12-26 16:56:52 +00:00
|
|
|
|
1999-07-04 14:55:14 +00:00
|
|
|
PKGINSTALL= mustnotexist
|
2000-10-07 23:59:32 +00:00
|
|
|
PLIST= ${PKGDIR}/pkg-plist.client
|
1999-07-01 08:44:49 +00:00
|
|
|
|
|
|
|
CLIENT_ONLY= yes
|
|
|
|
|
|
|
|
.include "${MASTERDIR}/Makefile"
|