mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
f8ad5c1546
Standalone version of the MySQL storage engine InnoDB.
21 lines
431 B
Makefile
21 lines
431 B
Makefile
# New ports collection makefile for: Embedded InnoDB
|
|
# Date created: 10 June 2009
|
|
# Whom: Vasil Dimov <vd@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= embedded_innodb
|
|
PORTVERSION= 1.0.3.5325
|
|
CATEGORIES= databases
|
|
MASTER_SITES= http://www.innodb.com/download/embedded_innodb/
|
|
|
|
MAINTAINER= vd@FreeBSD.org
|
|
COMMENT= Standalone version of the MySQL storage engine InnoDB
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|