1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/databases/embedded_innodb/Makefile
Vasil Dimov f8ad5c1546 Add a new port databases/embedded_innodb:
Standalone version of the MySQL storage engine InnoDB.
2009-07-29 08:37:28 +00:00

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>