freebsd-ports/databases/mysql40-client/Makefile
Norikatsu Shigemura b2948f1f41 Update to 4.0.13.
PR:		ports/52440
Submitted by:	Alex Dupre <sysadmin@alexdupre.com> (maintainer)
2003-05-21 17:52:32 +00:00

21 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"