freebsd-ports/databases/dbf2mysql/Makefile
Dan Moschuk 826f3a5532 A set of programs to convert a .dbf file to a MySQL table
and vice versa.

PR: ports/14097
Submitted by: Chris D. Faulhaber <jedgar@fxp.org>
1999-10-03 22:04:20 +00:00

29 lines
762 B
Makefile

# New ports collection makefile for: dbf2mysql
# Version required: 1.13
# Date created: 02 October 1999
# Whom: jedgar@fxp.org
#
# $FreeBSD$
#
DISTNAME= dbf2mysql-1.13
CATEGORIES= databases
MASTER_SITES= http://www.mysql.com/Contrib/
EXTRACT_SUFX= .tgz
MAINTAINER= jedgar@fxp.org
LIB_DEPENDS= mysqlclient.6:${PORTSDIR}/databases/mysql322-client
NO_WRKSUBDIR= yes
do-configure:
@${MV} ${WRKDIR}/Makefile ${WRKDIR}/Makefile.orig
@${SED} -e 's|/usr/local/mysql/include|${PREFIX}/include/mysql|' \
-e 's|/usr/local/mysql/lib|${PREFIX}/lib/mysql|' \
< ${WRKDIR}/Makefile.orig > ${WRKDIR}/Makefile
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/dbf2mysql ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKDIR}/mysql2dbf ${PREFIX}/bin
.include <bsd.port.mk>