mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
174a06e160
- stop using LATEST_LINK - update CONFLICTS accordingly Approved by: maintainer
19 lines
336 B
Makefile
19 lines
336 B
Makefile
# Created by: Alex Dupre <ale@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mysql
|
|
PKGNAMESUFFIX= 51-client
|
|
|
|
COMMENT= Multithreaded SQL database (client)
|
|
|
|
MASTERDIR= ${.CURDIR}/../mysql51-server
|
|
|
|
PKGINSTALL= mustnotexist
|
|
PKGMESSAGE= mustnotexist
|
|
PLIST= ${PKGDIR}/pkg-plist.client
|
|
|
|
CLIENT_ONLY= yes
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|