diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-02-23 15:34:49 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-02-23 15:34:49 +0000 |
commit | d764dfa3c93700d7dd2aed4c0b666c8d4e3d4d01 (patch) | |
tree | d9a051e34ac4a0282641faf48689d8439199c9ba /databases/mysql40-scripts | |
parent | - get rid of perl dependency [1] (diff) |
Add mysql40-scripts, a slave port containing additional scripts for the
MySQL database.
Notes
Notes:
svn path=/head/; revision=101868
Diffstat (limited to 'databases/mysql40-scripts')
-rw-r--r-- | databases/mysql40-scripts/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/databases/mysql40-scripts/Makefile b/databases/mysql40-scripts/Makefile new file mode 100644 index 000000000000..51c445d89205 --- /dev/null +++ b/databases/mysql40-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}/../mysql40-server + +PKGINSTALL= mustnotexist +PLIST= ${PKGDIR}/pkg-plist.scripts + +SCRIPTS_ONLY= yes + +.include "${MASTERDIR}/Makefile" |