freebsd-ports/databases/mysql41-client/Makefile
Peter Pentchev b62043221b Update to MySQL 4.0.9 after a repo-copy from the mysql323-* ports.
PR:			45543
Submitted by:		Alex Dupre <sysadmin@alexdupre.com>
Repo-copy approved by:	portmgr (will)
Repo-copy performed by:	cvs (josefk)
2003-01-31 16:02:39 +00:00

19 lines
428 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
MASTERDIR= ${.CURDIR}/../mysql40-server
COMMENT= ${PKGDIR}/pkg-comment.client
PKGINSTALL= mustnotexist
PLIST= ${PKGDIR}/pkg-plist.client
CLIENT_ONLY= yes
.include "${MASTERDIR}/Makefile"