ebc9e702a2
WWW: http://www.innodb.com/support/documentation/innodb-hot-backup-manual/#innobackup PR: ports/127452 Submitted by: Gea-Suan Lin <gslin at gslin.org>
29 lines
670 B
Makefile
29 lines
670 B
Makefile
# New ports collection makefile for: innobackup
|
|
# Date created: 2008-09-18
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= innobackup
|
|
PORTVERSION= 1.4.0
|
|
CATEGORIES= databases
|
|
MASTER_SITES= http://www.innodb.com/download/
|
|
DISTFILES= ${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= gslin@gslin.org
|
|
COMMENT= Making backups of InnoDB and MyISAM tables, indexes and .frm files
|
|
|
|
NO_BUILD= yes
|
|
PLIST_FILES= sbin/innobackup-${PORTVERSION}
|
|
USE_MYSQL= yes
|
|
USE_PERL5= yes
|
|
|
|
do-extract:
|
|
${MKDIR} ${WRKSRC}
|
|
${CP} ${DISTDIR}/${PORTNAME}-${PORTVERSION} ${WRKSRC}
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}-${PORTVERSION} ${PREFIX}/sbin
|
|
|
|
.include <bsd.port.mk>
|