freebsd-ports/databases/dbf2mysql/Makefile
Chris D. Faulhaber 474ebb6fcc Fix installation (WRKDIR -> WRKSRC)
Submitted by:	ken@mui.net
2001-02-20 03:31:19 +00:00

22 lines
511 B
Makefile

# New ports collection makefile for: dbf2mysql
# Date created: 02 October 1999
# Whom: jedgar@fxp.org
#
# $FreeBSD$
#
PORTNAME= dbf2mysql
PORTVERSION= 1.14
CATEGORIES= databases
MASTER_SITES= http://download.sourceforge.net/pub/mirrors/mysql/Downloads/Contrib/
MAINTAINER= jedgar@FreeBSD.org
LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/dbf2mysql ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/mysql2dbf ${PREFIX}/bin
.include <bsd.port.mk>