freebsd-ports/databases/mysql55-scripts/Makefile
Alex Dupre ed24876210 Initial import of MySQL 5.1 version.
This is an *alpha* release (5.1.5).
2006-02-05 10:08:40 +00:00

20 lines
403 B
Makefile

# New ports collection makefile for: MySQL-scripts
# Date created: 28 Jan 2006
# Whom: Alex Dupre <ale@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= mysql
PKGNAMESUFFIX= -scripts
COMMENT= Multithreaded SQL database (scripts)
MASTERDIR= ${.CURDIR}/../mysql51-server
PKGINSTALL= mustnotexist
PLIST= ${PKGDIR}/pkg-plist.scripts
SCRIPTS_ONLY= yes
.include "${MASTERDIR}/Makefile"