freebsd-ports/databases/dbf2mysql/Makefile
Pav Lucistnik 76caa61312 - Add -L option to enable fast local inserts
PR:		ports/64305
Submitted by:	Travis Whitton <twhitton@ppb-envlabs.com>
Approved by:	maintainer timeout (jedgar; 1 year)
Obtained from:	debian
2005-09-17 16:28:44 +00:00

30 lines
864 B
Makefile

# New ports collection makefile for: dbf2mysql
# Date created: 02 October 1999
# Whom: jedgar@fxp.org
#
# $FreeBSD$
#
PORTNAME= dbf2mysql
PORTVERSION= 1.14
PORTREVISION= 2
CATEGORIES= databases
MASTER_SITES= http://mysql.tsuren.net/Downloads/Contrib/ \
ftp://ftp.us.es/Mirror/www.mysql.org/Downloads/Contrib/ \
ftp://mysql.nixc.net/pub/mysql/Downloads/Contrib/ \
http://www.binarycode.org/mysql/Downloads/Contrib/
MAINTAINER= jedgar@FreeBSD.org
COMMENT= Programs to convert .dbf files to MySQL tables and vice versa
LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client
PORTDOCS= README
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/dbf2mysql ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/mysql2dbf ${PREFIX}/bin
-${MKDIR} ${PREFIX}/share/doc/dbf2mysql
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/dbf2mysql
.include <bsd.port.mk>