freebsd-ports/databases/mysql55-client/Makefile
Dirk Froemberg 5c5dc27ac7 Upgrade to MySQL-3.23.24 after repository copy from mysql322-client
and mysql322-server.

- mit-pthread support was dropped.

- libmysqlclient.so.9 was renamed to libmysqlclient.so.6 (like the
  one coming with MySQL-3.22.x) so ports depending on MySQL having
  a chance of using 3.23.x if installed.

mysql322-(client|server) and mysql323-(client|server) can't be
installed at the same time, of course.
2000-10-19 09:17:57 +00:00

17 lines
398 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}
MASTERDIR= ${.CURDIR}/../mysql323-server
COMMENT= ${PKGDIR}/pkg-comment.client
PKGINSTALL= mustnotexist
PLIST= ${PKGDIR}/pkg-plist.client
CLIENT_ONLY= yes
.include "${MASTERDIR}/Makefile"