1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/databases/mysql323-client/Makefile
1999-08-25 05:28:01 +00:00

19 lines
408 B
Makefile

# ports collection makefile for: MySQL-client
# Version required: v3.22.x
# Date created: Thu Jun 24 00:12:22 CEST 1999
# Whom: Dirk Froemberg <dirk@FreeBSD.org>
#
# $FreeBSD$
#
PKGNAME= ${DISTNAME:S/-/-client-/g}
MASTERDIR= ${.CURDIR}/../mysql322-server
COMMENT= ${PKGDIR}/COMMENT.client
PKGINSTALL= mustnotexist
PLIST= ${PKGDIR}/PLIST.client
CLIENT_ONLY= yes
.include "${MASTERDIR}/Makefile"