2004-02-29 11:54:22 +01:00
|
|
|
# New ports collection makefile for: MySQL-scripts
|
2006-02-05 11:08:40 +01:00
|
|
|
# Date created: 28 Jan 2006
|
2004-02-29 11:54:22 +01:00
|
|
|
# Whom: Alex Dupre <ale@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= mysql
|
2006-03-07 17:25:01 +01:00
|
|
|
PORTREVISION= 1
|
2004-02-29 11:54:22 +01:00
|
|
|
PKGNAMESUFFIX= -scripts
|
|
|
|
|
|
|
|
COMMENT= Multithreaded SQL database (scripts)
|
|
|
|
|
2006-02-05 11:08:40 +01:00
|
|
|
MASTERDIR= ${.CURDIR}/../mysql51-server
|
2004-02-29 11:54:22 +01:00
|
|
|
|
|
|
|
PKGINSTALL= mustnotexist
|
|
|
|
PLIST= ${PKGDIR}/pkg-plist.scripts
|
|
|
|
|
|
|
|
SCRIPTS_ONLY= yes
|
|
|
|
|
|
|
|
.include "${MASTERDIR}/Makefile"
|