mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Add mysql40-scripts, a slave port containing additional scripts for the
MySQL database.
This commit is contained in:
parent
6bfba5744c
commit
d764dfa3c9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101868
@ -84,6 +84,7 @@
|
||||
SUBDIR += mysql323-client
|
||||
SUBDIR += mysql323-server
|
||||
SUBDIR += mysql40-client
|
||||
SUBDIR += mysql40-scripts
|
||||
SUBDIR += mysql40-server
|
||||
SUBDIR += mysql41-client
|
||||
SUBDIR += mysql41-server
|
||||
|
21
databases/mysql40-scripts/Makefile
Normal file
21
databases/mysql40-scripts/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# New ports collection makefile for: MySQL-scripts
|
||||
# Date created: Mon Feb 23 15:01:35 CET 2004
|
||||
# Whom: Alex Dupre <ale@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= mysql
|
||||
PORTREVISION= 0
|
||||
PKGNAMESUFFIX= -scripts
|
||||
|
||||
COMMENT= Multithreaded SQL database (scripts)
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../mysql40-server
|
||||
|
||||
PKGINSTALL= mustnotexist
|
||||
PLIST= ${PKGDIR}/pkg-plist.scripts
|
||||
|
||||
SCRIPTS_ONLY= yes
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
Loading…
Reference in New Issue
Block a user