2003-04-18 18:17:47 +02: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 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
|
2003-04-18 18:17:47 +02:00
|
|
|
PORTREVISION= 0
|
2003-01-31 17:02:39 +01:00
|
|
|
PKGNAMESUFFIX= -client
|
1999-07-01 10:44:49 +02:00
|
|
|
|
2003-04-18 18:17:47 +02:00
|
|
|
MASTERDIR= ${.CURDIR}/../mysql41-server
|
2003-03-06 20:23:19 +01:00
|
|
|
COMMENT= Multithreaded SQL database (client)
|
1999-07-04 16:55:14 +02:00
|
|
|
PKGINSTALL= 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"
|