1999-07-01 08:44:49 +00:00
|
|
|
# ports collection makefile for: MySQL-client
|
2000-10-19 09:17:57 +00:00
|
|
|
# Date created: Sun Sep 24 21:21:20 CEST 2000
|
1999-07-01 08:44:49 +00:00
|
|
|
# Whom: Dirk Froemberg <dirk@FreeBSD.org>
|
|
|
|
#
|
1999-08-25 05:28:01 +00:00
|
|
|
# $FreeBSD$
|
1999-07-01 08:44:49 +00:00
|
|
|
#
|
|
|
|
|
2000-04-13 06:40:05 +00:00
|
|
|
PORTNAME= ${MASTERPORTNAME:S/-server/-client/g}
|
1999-07-01 08:44:49 +00:00
|
|
|
|
2000-10-19 09:17:57 +00:00
|
|
|
MASTERDIR= ${.CURDIR}/../mysql323-server
|
2000-10-07 23:59:32 +00:00
|
|
|
COMMENT= ${PKGDIR}/pkg-comment.client
|
1999-07-04 14:55:14 +00:00
|
|
|
PKGINSTALL= mustnotexist
|
2000-10-07 23:59:32 +00:00
|
|
|
PLIST= ${PKGDIR}/pkg-plist.client
|
1999-07-01 08:44:49 +00:00
|
|
|
|
|
|
|
CLIENT_ONLY= yes
|
|
|
|
|
|
|
|
.include "${MASTERDIR}/Makefile"
|