freebsd-ports/databases/mysql323-client/Makefile
Ade Lovett 84ea4ee842 Destroy pkg-comment for some of the stranger uses in the tree,
pending the final semi-automatic purge.

Approved by:	portmgr (implicitly)
2003-03-06 19:23:19 +00:00

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