diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-02-29 12:40:30 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-02-29 12:40:30 +0000 |
commit | 4e11cdd48fb98fdee21937b4c760bd0b42967229 (patch) | |
tree | 8e2cc9658cd16d65bd7a1df20ae7e78aeba08544 /databases | |
parent | Sync with MySQL 4.0: (diff) |
Add mysql323-scripts, a slave port containing additional scripts for the
MySQL database.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | databases/mysql323-scripts/Makefile | 21 |
2 files changed, 22 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index c69ec2f893c4..caaa43a2c7e9 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -84,6 +84,7 @@ SUBDIR += mysql-navigator SUBDIR += mysql2pgsql SUBDIR += mysql323-client + SUBDIR += mysql323-scripts SUBDIR += mysql323-server SUBDIR += mysql40-client SUBDIR += mysql40-scripts diff --git a/databases/mysql323-scripts/Makefile b/databases/mysql323-scripts/Makefile new file mode 100644 index 000000000000..7b89bc2feb5b --- /dev/null +++ b/databases/mysql323-scripts/Makefile @@ -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}/../mysql323-server + +PKGINSTALL= mustnotexist +PLIST= ${PKGDIR}/pkg-plist.scripts + +SCRIPTS_ONLY= yes + +.include "${MASTERDIR}/Makefile" |