mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
18 lines
371 B
Makefile
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"
|