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