1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/databases/mysql323-client/Makefile

18 lines
390 B
Makefile
Raw Normal View History

# ports collection makefile for: MySQL-client
# Date created: Thu Jun 24 00:12:22 CEST 1999
# Whom: Dirk Froemberg <dirk@FreeBSD.org>
#
1999-08-25 05:28:01 +00:00
# $FreeBSD$
#
2000-04-13 06:40:05 +00:00
PORTNAME= ${MASTERPORTNAME:S/-server/-client/g}
1999-07-01 10:57:48 +00:00
MASTERDIR= ${.CURDIR}/../mysql322-server
COMMENT= ${PKGDIR}/COMMENT.client
PKGINSTALL= mustnotexist
PLIST= ${PKGDIR}/PLIST.client
CLIENT_ONLY= yes
.include "${MASTERDIR}/Makefile"