freebsd-ports/databases/dbf2mysql/Makefile
Edwin Groothuis fc09ccf718 No documentation for the port databases/dbf2mysql is installed
There is no documentation after the port dbf2mysql installation.

PR:		ports/51140
Submitted by:	Alex Semenyaka <alexs@snark.ratmir.ru>
Approved by:	maintainer timeout
2004-01-10 09:27:33 +00:00

28 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>