1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/databases/mysql41-client/Makefile

18 lines
398 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}/pkg-comment.client
PKGINSTALL= mustnotexist
PLIST= ${PKGDIR}/pkg-plist.client
CLIENT_ONLY= yes
.include "${MASTERDIR}/Makefile"