summaryrefslogtreecommitdiff
path: root/databases/mysql41-client/Makefile
blob: ec5b8e2ad4ae0c045b3e40d245594119a3959de1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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: Makefile,v 1.60 1999/07/01 10:57:48 dirk Exp $
#

PKGNAME=	${DISTNAME:S/-/-client-/g}

MASTERDIR=	${.CURDIR}/../mysql322-server
COMMENT=	${PKGDIR}/COMMENT.client
PKGINSTALL=	mustnotexist
PLIST=		${PKGDIR}/PLIST.client

CLIENT_ONLY=	yes

.include "${MASTERDIR}/Makefile"