1999-10-04 00:04:20 +02:00
|
|
|
# New ports collection makefile for: dbf2mysql
|
|
|
|
# Date created: 02 October 1999
|
|
|
|
# Whom: jedgar@fxp.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-09 00:49:07 +02:00
|
|
|
PORTNAME= dbf2mysql
|
2001-02-07 19:26:11 +01:00
|
|
|
PORTVERSION= 1.14
|
2011-10-17 04:52:18 +02:00
|
|
|
PORTREVISION= 5
|
1999-10-04 00:04:20 +02:00
|
|
|
CATEGORIES= databases
|
2011-10-17 04:52:18 +02:00
|
|
|
MASTER_SITES= MYSQL/Contrib/Old-Versions
|
1999-10-04 00:04:20 +02:00
|
|
|
|
2006-03-24 07:23:46 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Programs to convert .dbf files to MySQL tables and vice versa
|
1999-10-04 00:04:20 +02:00
|
|
|
|
2010-12-04 22:21:14 +01:00
|
|
|
USE_MYSQL= yes
|
1999-10-04 00:04:20 +02:00
|
|
|
|
2004-01-10 10:27:33 +01:00
|
|
|
PORTDOCS= README
|
2011-10-17 04:52:18 +02:00
|
|
|
PLIST_FILES= bin/dbf2mysql bin/mysql2dbf
|
2004-01-10 10:27:33 +01:00
|
|
|
|
1999-10-04 00:04:20 +02:00
|
|
|
do-install:
|
2011-10-17 04:52:18 +02:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/dbf2mysql ${PREFIX}/bin
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/mysql2dbf ${PREFIX}/bin
|
2010-12-08 10:01:32 +01:00
|
|
|
.if !defined(NOPORTDOCS)
|
2011-10-17 04:52:18 +02:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
2010-12-08 10:01:32 +01:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
|
|
|
.endif
|
1999-10-04 00:04:20 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|