1999-07-01 10:44:49 +02:00
|
|
|
# ports collection makefile for: MySQL-client
|
2000-10-19 11:17:57 +02:00
|
|
|
# Date created: Sun Sep 24 21:21:20 CEST 2000
|
1999-07-01 10:44:49 +02:00
|
|
|
# Whom: Dirk Froemberg <dirk@FreeBSD.org>
|
|
|
|
#
|
1999-08-25 07:28:01 +02:00
|
|
|
# $FreeBSD$
|
1999-07-01 10:44:49 +02:00
|
|
|
#
|
|
|
|
|
2001-08-18 23:58:55 +02:00
|
|
|
PORTNAME= mysql-client
|
2002-12-14 17:00:39 +01:00
|
|
|
PORTREVISION= 0
|
1999-07-01 10:44:49 +02:00
|
|
|
|
2000-10-19 11:17:57 +02:00
|
|
|
MASTERDIR= ${.CURDIR}/../mysql323-server
|
2000-10-08 01:59:32 +02:00
|
|
|
COMMENT= ${PKGDIR}/pkg-comment.client
|
1999-07-04 16:55:14 +02:00
|
|
|
PKGINSTALL= mustnotexist
|
2000-10-08 01:59:32 +02:00
|
|
|
PLIST= ${PKGDIR}/pkg-plist.client
|
1999-07-01 10:44:49 +02:00
|
|
|
|
|
|
|
CLIENT_ONLY= yes
|
|
|
|
|
|
|
|
.include "${MASTERDIR}/Makefile"
|