1999-07-01 10:44:49 +02:00
|
|
|
# ports collection makefile for: MySQL-client
|
|
|
|
# Version required: v3.22.x
|
|
|
|
# Date created: Thu Jun 24 00:12:22 CEST 1999
|
|
|
|
# Whom: Dirk Froemberg <dirk@FreeBSD.org>
|
|
|
|
#
|
1999-08-25 07:28:01 +02:00
|
|
|
# $FreeBSD$
|
1999-07-01 10:44:49 +02:00
|
|
|
#
|
|
|
|
|
2000-04-13 08:40:05 +02:00
|
|
|
PORTNAME= ${MASTERPORTNAME:S/-server/-client/g}
|
1999-07-01 10:44:49 +02:00
|
|
|
|
1999-07-01 12:57:48 +02:00
|
|
|
MASTERDIR= ${.CURDIR}/../mysql322-server
|
1999-07-01 10:44:49 +02:00
|
|
|
COMMENT= ${PKGDIR}/COMMENT.client
|
1999-07-04 16:55:14 +02:00
|
|
|
PKGINSTALL= mustnotexist
|
1999-07-01 10:44:49 +02:00
|
|
|
PLIST= ${PKGDIR}/PLIST.client
|
|
|
|
|
|
|
|
CLIENT_ONLY= yes
|
|
|
|
|
|
|
|
.include "${MASTERDIR}/Makefile"
|