freebsd-ports/databases/dbf2mysql/Makefile
Edwin Groothuis 1ab3a2fc56 databases/dbf2mysql: add distfile mirrors
Remove dead mirrors, add some working mirrors

PR:		ports/95374
Submitted by:	Lars Engels <lars.engels@0x20.net>
2006-04-06 00:04:34 +00:00

31 lines
933 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= ftp://ftp.ntu.edu.tw/pub/MySQL/Downloads/Contrib/ \
ftp://ftp.ip.pt/.disk2/mysql/Downloads/Contrib/ \
ftp://ftp.chu.edu.tw/Mirrors/www.mysql.com/Downloads/Contrib/ \
ftp://ftp.ps.pl/dsk0/ftp.mysql.com/Downloads/Contrib/ \
ftp://mir1.ovh.net/ftp.mysql.com/Downloads/Contrib/
MAINTAINER= ports@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>