mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
2d105f63ee
PR: 97502 Approved by: maintainer timeout (security bypass by mnag with secteam hat) Security: CVE-2006-1516, CVE-2006-1517
22 lines
437 B
Makefile
22 lines
437 B
Makefile
# New ports collection makefile for: MySQL-client
|
|
# Date created: Sun Mar 3 12:20:35 CET 2002
|
|
# Whom: Alex Dupre <sysadmin@alexdupre.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mysql
|
|
PORTREVISION= 0
|
|
PKGNAMESUFFIX= -client
|
|
|
|
COMMENT= Multithreaded SQL database (client)
|
|
|
|
MASTERDIR= ${.CURDIR}/../mysql40-server
|
|
|
|
PKGINSTALL= mustnotexist
|
|
PLIST= ${PKGDIR}/pkg-plist.client
|
|
|
|
CLIENT_ONLY= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|