2003-04-18 16:17:47 +00:00
|
|
|
# New ports collection makefile for: MySQL-client
|
2006-02-05 10:08:40 +00:00
|
|
|
# Date created: 28 Jan 2006
|
|
|
|
# Whom: Alex Dupre <ale@FreeBSD.org>
|
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
|
|
|
|
2006-02-05 10:08:40 +00:00
|
|
|
MASTERDIR= ${.CURDIR}/../mysql51-server
|
2003-12-26 16:56:52 +00:00
|
|
|
|
1999-07-04 14:55:14 +00:00
|
|
|
PKGINSTALL= mustnotexist
|
2006-03-17 07:06:04 +00:00
|
|
|
PKGMESSAGE= 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"
|