1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/databases/mysql40-client/Makefile
Dirk Froemberg cfc2f82c24 Split mysql322 into mysql322-client and mysql322-server.
mysql322-client uses mysql322-server as a master port. So
all the magic is in mysql322-server.

mysql322-client must be used to add dependencies to, now.

Thanks to Dan Moschuk <dan@trinsec.com> for giving the initial
point.
1999-07-01 08:44:49 +00:00

18 lines
371 B
Makefile

# 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>
#
# $Id$
#
PKGNAME= ${DISTNAME:S/-/-client-/g}
MASTERDIR= ${.CURDIR}/../mysql322
COMMENT= ${PKGDIR}/COMMENT.client
PLIST= ${PKGDIR}/PLIST.client
CLIENT_ONLY= yes
.include "${MASTERDIR}/Makefile"