freebsd-ports/databases/mysql41-client/Makefile
Dirk Froemberg f154bc0b9c - install gifs for HTML documentation
- put mysqld in a sandbox:
  - create user and group 'mysql' (uid and gid 88)
  - start mysqld with user 'mysql'
1999-07-04 14:55:14 +00:00

18 lines
450 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>
#
# $Id: Makefile,v 1.60 1999/07/01 10:57:48 dirk Exp $
#
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"