diff options
author | ale <ale@FreeBSD.org> | 2004-02-29 10:54:22 +0000 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2004-02-29 10:54:22 +0000 |
commit | 9e777a114e51a5b9f5000021e766e46cf381ea4e (patch) | |
tree | 4bf2270eb06a87528f135872fa5f9f775a88c77e /databases/mysql51-scripts | |
parent | 876594e5441d6e6abf61ccf4ed0da22e1a057853 (diff) | |
download | FreeBSD-ports-9e777a114e51a5b9f5000021e766e46cf381ea4e.zip FreeBSD-ports-9e777a114e51a5b9f5000021e766e46cf381ea4e.tar.gz |
Add mysql50-scripts, a slave port containing additional scripts for the
MySQL database.
Diffstat (limited to 'databases/mysql51-scripts')
-rw-r--r-- | databases/mysql51-scripts/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/databases/mysql51-scripts/Makefile b/databases/mysql51-scripts/Makefile new file mode 100644 index 0000000..39c5478 --- /dev/null +++ b/databases/mysql51-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}/../mysql50-server + +PKGINSTALL= mustnotexist +PLIST= ${PKGDIR}/pkg-plist.scripts + +SCRIPTS_ONLY= yes + +.include "${MASTERDIR}/Makefile" |