freebsd-ports/databases/mysql50-client/Makefile
Alex Dupre 3fed262dde - Replace dead MASTER_SITE [1]
- Fix mysqlbug vulnerability [2]
- Bump PORTREVISION

PR:		ports/66671 [1]
Submitted by:	Roman Neuhauser <neuhauser@chello.cz> [1],
		roam [2]
2004-05-18 11:37:49 +00:00

21 lines
418 B
Makefile

# New ports collection makefile for: MySQL-client
# Date created: Fri Apr 11 10:06:26 CET 2003
# Whom: Alex Dupre <sysadmin@alexdupre.com>
#
# $FreeBSD$
#
PORTNAME= mysql
PORTREVISION= 2
PKGNAMESUFFIX= -client
COMMENT= Multithreaded SQL database (client)
MASTERDIR= ${.CURDIR}/../mysql50-server
PKGINSTALL= mustnotexist
PLIST= ${PKGDIR}/pkg-plist.client
CLIENT_ONLY= yes
.include "${MASTERDIR}/Makefile"