mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
18 lines
398 B
Makefile
18 lines
398 B
Makefile
# ports collection makefile for: MySQL-client
|
|
# Date created: Thu Jun 24 00:12:22 CEST 1999
|
|
# Whom: Dirk Froemberg <dirk@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ${MASTERPORTNAME:S/-server/-client/g}
|
|
|
|
MASTERDIR= ${.CURDIR}/../mysql322-server
|
|
COMMENT= ${PKGDIR}/pkg-comment.client
|
|
PKGINSTALL= mustnotexist
|
|
PLIST= ${PKGDIR}/pkg-plist.client
|
|
|
|
CLIENT_ONLY= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|