88d74bc517
mysql323-client installs libmysqlclient.so.10 (instead of libmysqlclient.so.6). mysql323-{client,server} are production quality, now (according to MySQL AB at least).
18 lines
414 B
Makefile
18 lines
414 B
Makefile
# ports collection makefile for: MySQL-client
|
|
# Date created: Sun Sep 24 21:21:20 CEST 2000
|
|
# Whom: Dirk Froemberg <dirk@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ${MASTERPORTNAME:S/-server/-client/g}
|
|
PORTREVISION= 1
|
|
|
|
MASTERDIR= ${.CURDIR}/../mysql323-server
|
|
COMMENT= ${PKGDIR}/pkg-comment.client
|
|
PKGINSTALL= mustnotexist
|
|
PLIST= ${PKGDIR}/pkg-plist.client
|
|
|
|
CLIENT_ONLY= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|