mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
84ea4ee842
pending the final semi-automatic purge. Approved by: portmgr (implicitly)
19 lines
396 B
Makefile
19 lines
396 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= mysql-client
|
|
PORTREVISION= 0
|
|
|
|
MASTERDIR= ${.CURDIR}/../mysql323-server
|
|
COMMENT= Multithreaded SQL database (client)
|
|
PKGINSTALL= mustnotexist
|
|
PLIST= ${PKGDIR}/pkg-plist.client
|
|
|
|
CLIENT_ONLY= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|