freebsd-ports/databases/dbf2mysql/Makefile
Mark Linimon e9b75d9df4 Per distfile survey, chase mastersites.
PR:		ports/67221
Submitted by:	Roman Neuhauser <neuhauser at chello dot cz>
Approved by:	maintainer timeout (4 weeks)
2004-06-24 19:14:15 +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= 1
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>