mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
76caa61312
PR: ports/64305 Submitted by: Travis Whitton <twhitton@ppb-envlabs.com> Approved by: maintainer timeout (jedgar; 1 year) Obtained from: debian
31 lines
864 B
Makefile
31 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>
|