2003-01-31 17:02:39 +01:00
|
|
|
# New ports collection makefile for: MySQL-client
|
|
|
|
# Date created: Sun Mar 3 12:20:35 CET 2002
|
|
|
|
# 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-04 07:21:36 +02:00
|
|
|
PORTREVISION= 2
|
2003-01-31 17:02:39 +01:00
|
|
|
PKGNAMESUFFIX= -client
|
1999-07-01 10:44:49 +02:00
|
|
|
|
2003-01-31 17:02:39 +01:00
|
|
|
MASTERDIR= ${.CURDIR}/../mysql40-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"
|