freebsd-ports/databases/mysqltcl/Makefile
Muhammad Moinur Rahman a3381e2416 databases/mysqltcl: Ignore with mysql 8.0
PR:		269203
Reported by:	exp-run
2023-02-01 06:07:20 -06:00

25 lines
661 B
Makefile

PORTNAME= mysqltcl
PORTVERSION= 3.052
CATEGORIES= databases tcl
MASTER_SITES= http://www.xdobry.de/mysqltcl/
MAINTAINER= tcltk@FreeBSD.org
COMMENT= TCL module for accessing MySQL databases based on msqltcl
WWW= http://www.xdobry.de/mysqltcl/
USES= mysql tcl
IGNORE_WITH_MYSQL= 80
USE_LDCONFIG= yes
PLIST_FILES= lib/${PORTNAME}-${PORTVERSION}/libmysqltcl${PORTVERSION}.so \
lib/${PORTNAME}-${PORTVERSION}/pkgIndex.tcl \
man/mann/mysqltcl.n.gz
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-tcl=${TCL_LIBDIR} \
--with-mysql-include=${LOCALBASE}/include/mysql \
--with-mysql-lib=${LOCALBASE}/lib/mysql \
--exec-prefix=${PREFIX}
.include <bsd.port.mk>