mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
fc09ccf718
There is no documentation after the port dbf2mysql installation. PR: ports/51140 Submitted by: Alex Semenyaka <alexs@snark.ratmir.ru> Approved by: maintainer timeout
29 lines
754 B
Makefile
29 lines
754 B
Makefile
# New ports collection makefile for: dbf2mysql
|
|
# Date created: 02 October 1999
|
|
# Whom: jedgar@fxp.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= dbf2mysql
|
|
PORTVERSION= 1.14
|
|
PORTREVISION= 1
|
|
CATEGORIES= databases
|
|
MASTER_SITES= ftp://mysql.nixc.net/pub/mysql/Downloads/Contrib/ \
|
|
ftp://ftp.plig.org/pub/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>
|