freebsd-ports/databases/mysql40-scripts/Makefile
Alex Dupre 5286e6eabb - Update to 4.0.20 release
- Add experimental WITH_PROC_SCOPE_PTH knob to use process scope
  threads instead of system scope threads with libpthread
2004-05-18 10:59:11 +00:00

20 lines
420 B
Makefile

# 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
PKGNAMESUFFIX= -scripts
COMMENT= Multithreaded SQL database (scripts)
MASTERDIR= ${.CURDIR}/../mysql40-server
PKGINSTALL= mustnotexist
PLIST= ${PKGDIR}/pkg-plist.scripts
SCRIPTS_ONLY= yes
.include "${MASTERDIR}/Makefile"